共用方式為


ITextViewMargin.Enabled 屬性

判斷是否啟用邊界。

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

語法

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

屬性值

類型:Boolean
true 如果啟用的邊界,否則false。

例外狀況

例外狀況 條件
ObjectDisposedException

邊界會處置。

.NET Framework 安全性

請參閱

參考

ITextViewMargin 介面

Microsoft.VisualStudio.Text.Editor 命名空間