FileColumn プロパティ
名前空間: Microsoft.DataWarehouse.Interfaces.Debugger
アセンブリ: Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)
構文
'宣言
Public Property FileColumn As Integer
Get
Set
'使用
Dim instance As BreakpointInfo
Dim value As Integer
value = instance.FileColumn
instance.FileColumn = value
public int FileColumn { get; set; }
public:
property int FileColumn {
int get ();
void set (int value);
}
member FileColumn : int with get, set
function get FileColumn () : int
function set FileColumn (value : int)