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