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 命名空间