共用方式為


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 安全性

請參閱

參考

OutliningEnabledEventArgs 類別

Microsoft.VisualStudio.Text.Outlining 命名空間