Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Sets IsExpandedProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaración
Public Shared Sub SetIsExpanded ( _
control As OutliningMarginHeaderControl, _
isExpanded As Boolean _
)
public static void SetIsExpanded(
OutliningMarginHeaderControl control,
bool isExpanded
)
public:
static void SetIsExpanded(
OutliningMarginHeaderControl^ control,
bool isExpanded
)
static member SetIsExpanded :
control:OutliningMarginHeaderControl *
isExpanded:bool -> unit
public static function SetIsExpanded(
control : OutliningMarginHeaderControl,
isExpanded : boolean
)
Parameters
- control
Type: Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl
The OutliningMarginHeaderControl.
- isExpanded
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.