OutliningMarginHeaderControl.GetIsExpanded Method
Gets IsExpandedProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
Public Shared Function GetIsExpanded ( _
control As OutliningMarginHeaderControl _
) As Boolean
public static bool GetIsExpanded(
OutliningMarginHeaderControl control
)
public:
static bool GetIsExpanded(
OutliningMarginHeaderControl^ control
)
static member GetIsExpanded :
control:OutliningMarginHeaderControl -> bool
public static function GetIsExpanded(
control : OutliningMarginHeaderControl
) : boolean
Parameters
- control
Type: Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl
The OutliningMarginHeaderControl.
Return Value
Type: System.Boolean
true if the control is expanded; 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.