OutliningMarginBracketControl.GetIsHighlighted 方法

获取 IsHighlightedProperty

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

语法

声明
Public Shared Function GetIsHighlighted ( _
    control As OutliningMarginBracketControl _
) As Boolean
public static bool GetIsHighlighted(
    OutliningMarginBracketControl control
)
public:
static bool GetIsHighlighted(
    OutliningMarginBracketControl^ control
)
static member GetIsHighlighted : 
        control:OutliningMarginBracketControl -> bool
public static function GetIsHighlighted(
    control : OutliningMarginBracketControl
) : boolean

参数

返回值

类型:Boolean
true ,如果控件中显示,否则 false。

.NET Framework 安全性

请参阅

参考

OutliningMarginBracketControl 类

Microsoft.VisualStudio.Text.Editor 命名空间