FileLine 属性
命名空间: Microsoft.DataWarehouse.Interfaces.Debugger
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Public Property FileLine As Integer
Get
Set
用法
Dim instance As BreakpointInfo
Dim value As Integer
value = instance.FileLine
instance.FileLine = value
public int FileLine { get; set; }
public:
property int FileLine {
int get ();
void set (int value);
}
member FileLine : int with get, set
function get FileLine () : int
function set FileLine (value : int)