OutliningMarginHeaderControl.GetIsHighlighted Method
Gets IsHighlightedProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Декларация
Public Shared Function GetIsHighlighted ( _
control As OutliningMarginHeaderControl _
) As Boolean
public static bool GetIsHighlighted(
OutliningMarginHeaderControl control
)
public:
static bool GetIsHighlighted(
OutliningMarginHeaderControl^ control
)
static member GetIsHighlighted :
control:OutliningMarginHeaderControl -> bool
public static function GetIsHighlighted(
control : OutliningMarginHeaderControl
) : boolean
Parameters
- control
Type: Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl
The OutliningMarginHeaderControl.
Return Value
Type: System.Boolean
true if the control is highlighted; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.