ApplyChangesEventArgs.Changes プロパティ
適用される FileChange オブジェクトの一覧。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public ReadOnly Property Changes As IList(Of FileChange)
'使用
Dim instance As ApplyChangesEventArgs
Dim value As IList(Of FileChange)
value = instance.Changes
public IList<FileChange> Changes { get; }
public:
property IList<FileChange^>^ Changes {
IList<FileChange^>^ get ();
}
public function get Changes () : IList<FileChange>
プロパティ値
型 : System.Collections.Generic.IList<FileChange>