Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets IsHighlightedProperty.
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Shared Function GetIsHighlighted ( _
    control As CollapseHintAdornmentControl _
) As Boolean
public static bool GetIsHighlighted(
    CollapseHintAdornmentControl control
)
public:
static bool GetIsHighlighted(
    CollapseHintAdornmentControl^ control
)
static member GetIsHighlighted : 
        control:CollapseHintAdornmentControl -> bool 
public static function GetIsHighlighted(
    control : CollapseHintAdornmentControl
) : boolean
Parameters
- control
 Type: Microsoft.VisualStudio.Text.Editor.CollapseHintAdornmentControl
 The CollapseHintAdornmentControl.
Return Value
Type: System.Boolean
IsHighlightedProperty .
.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.