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