Problem.EndColumn プロパティ

トークンの終了列を取得または設定します。

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

構文

'宣言
Public Property EndColumn As Integer
'使用
Dim instance As Problem
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

参照

参照

Problem クラス

Problem メンバ

Microsoft.Data.Schema.StaticCodeAnalysis 名前空間