共用方式為


ITextViewLineCollection.IsValid 屬性

判斷此 ITextViewLineCollection 物件是否仍有效。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
ReadOnly Property IsValid As Boolean
bool IsValid { get; }
property bool IsValid {
    bool get ();
}
abstract IsValid : bool with get
function get IsValid () : boolean

屬性值

類型:Boolean
true 如果此ITextViewLineCollection物件可說是仍然有效, false。

備註

ITextView會永遠使ITextViewLineCollection時執行的版面配置。

.NET Framework 安全性

請參閱

參考

ITextViewLineCollection 介面

Microsoft.VisualStudio.Text.Editor 命名空間