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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。