DTE2.WindowConfigurations-Eigenschaft
Ruft die WindowConfigurations-Auflistung ab, die alle verfügbaren Fensterkonfigurationen darstellt.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property WindowConfigurations As WindowConfigurations
Get
WindowConfigurations WindowConfigurations { get; }
property WindowConfigurations^ WindowConfigurations {
WindowConfigurations^ get ();
}
abstract WindowConfigurations : WindowConfigurations
function get WindowConfigurations () : WindowConfigurations
Eigenschaftswert
Typ: EnvDTE.WindowConfigurations
Eine WindowConfigurations-Auflistung.
Implementiert
Beispiele
Sub WindowConfigurationsExample()
MsgBox(DTE2.WindowConfigurations.ActiveConfigurationName)
End Sub
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.