ApplyChangesEventArgs クラス

このクラスは、RefactoringContributors および RefactorOperations が処理を実行できるようにするために PreApply メソッドおよび PostApply メソッドに渡す情報を提供します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public NotInheritable Class ApplyChangesEventArgs _
    Inherits CancelEventArgs
'使用
Dim instance As ApplyChangesEventArgs
public sealed class ApplyChangesEventArgs : CancelEventArgs
public ref class ApplyChangesEventArgs sealed : public CancelEventArgs
public final class ApplyChangesEventArgs extends CancelEventArgs

解説

入力には、アプリケーションに対して選択された変更提案が含まれます。

継承階層

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ApplyChangesEventArgs

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

ApplyChangesEventArgs メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間