TextChangeProposal.EndColumn プロパティ
このテキスト変更の終了桁位置を取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Property EndColumn As Integer
'使用
Dim instance As TextChangeProposal
Dim value As Integer
value = instance.EndColumn
instance.EndColumn = value
public int EndColumn { get; set; }
public:
property int EndColumn {
int get ();
void set (int value);
}
public function get EndColumn () : int
public function set EndColumn (value : int)
プロパティ値
型 : System.Int32
[System.Int] は桁位置です。