Proprietà OutliningMarginHeaderControl.IsExpanded
Ottiene o imposta IsExpandedProperty.
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
Public Property IsExpanded As Boolean
public bool IsExpanded { get; set; }
public:
property bool IsExpanded {
bool get ();
void set (bool value);
}
member IsExpanded : bool with get, set
function get IsExpanded () : boolean
function set IsExpanded (value : boolean)
Valore proprietà
Tipo: Boolean
true se il controllo è espanso, in caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.