ChangeProposal クラス
ChangeProposal クラスは、コントリビュータから返される変更を表します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public MustInherit Class ChangeProposal
'使用
Dim instance As ChangeProposal
public abstract class ChangeProposal
public ref class ChangeProposal abstract
public abstract class ChangeProposal
解説
この変更は、提案された変更のファイル、オフセット、長さ、新しい値、および古い値を表します。
継承階層
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ChangeProposal
Microsoft.VisualStudio.Data.Schema.Project.Refactoring.TextChangeProposal
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。