TextChangeProposal.StartColumn プロパティ

この TextChangeProposal の開始桁位置を取得または設定します。

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

構文

'宣言
Public Property StartColumn As Integer
'使用
Dim instance As TextChangeProposal
Dim value As Integer

value = instance.StartColumn

instance.StartColumn = value
public int StartColumn { get; set; }
public:
property int StartColumn {
    int get ();
    void set (int value);
}
public function get StartColumn () : int
public function set StartColumn (value : int)

プロパティ値

型 : System.Int32
[System.Int] は桁位置です。

参照

参照

TextChangeProposal クラス

TextChangeProposal メンバ

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