ApplyChangesEventArgs コンストラクタ
ApplyChangesEventArgs クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Sub New ( _
changes As IList(Of FileChange) _
)
'使用
Dim changes As IList(Of FileChange)
Dim instance As New ApplyChangesEventArgs(changes)
public ApplyChangesEventArgs(
IList<FileChange> changes
)
public:
ApplyChangesEventArgs(
IList<FileChange^>^ changes
)
public function ApplyChangesEventArgs(
changes : IList<FileChange>
)
パラメータ
- changes
型 : System.Collections.Generic.IList<FileChange>
適用される FileChange オブジェクトの一覧。