TextChangeProposal クラス

このクラスは、コントリビュータから返される変更を表します。

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

構文

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

解説

この変更は、提案された変更のファイル、オフセット、長さ、新しい値、および古い値を表します。

継承階層

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ChangeProposal
    Microsoft.VisualStudio.Data.Schema.Project.Refactoring.TextChangeProposal

スレッド セーフ

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

参照

参照

TextChangeProposal メンバ

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