Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets IsExpandedProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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
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.