共用方式為


ErrorItem.Line 屬性

取得整數值,指出 ErrorItem 存在於程式碼文件中的哪一行。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
ReadOnly Property Line As Integer
    Get
int Line { get; }
property int Line {
    int get ();
}
abstract Line : int
function get Line () : int

屬性值

型別:System.Int32
行號。

.NET Framework 安全性

請參閱

參考

ErrorItem 介面

EnvDTE80 命名空間