OutliningEnabledEventArgs.Enabled 屬性
判斷已啟用還是已停用大綱。
命名空間: Microsoft.VisualStudio.Text.Outlining
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Public Property Enabled As Boolean
public bool Enabled { get; private set; }
public:
property bool Enabled {
bool get ();
private: void set (bool value);
}
member Enabled : bool with get, private set
function get Enabled () : boolean
private function set Enabled (value : boolean)
屬性值
類型:Boolean
true 如果大綱已經啟用,否則false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。