IOutliningManager.Enabled 属性

确定是否已启用大纲显示。

命名空间:  Microsoft.VisualStudio.Text.Outlining
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
Property Enabled As Boolean
bool Enabled { get; set; }
property bool Enabled {
    bool get ();
    void set (bool value);
}
abstract Enabled : bool with get, set
function get Enabled () : boolean 
function set Enabled (value : boolean)

属性值

类型:Boolean
true ,如果概述启用,否则 false。

.NET Framework 安全性

请参阅

参考

IOutliningManager 接口

Microsoft.VisualStudio.Text.Outlining 命名空间