Właściwość _DTE.WindowConfigurations —

Pobiera WindowConfigurations kolekcji reprezentujących wszystkie konfiguracje dostępne okna.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
ReadOnly Property WindowConfigurations As WindowConfigurations
WindowConfigurations WindowConfigurations { get; }
property WindowConfigurations^ WindowConfigurations {
    WindowConfigurations^ get ();
}
abstract WindowConfigurations : WindowConfigurations with get
function get WindowConfigurations () : WindowConfigurations

Wartość właściwości

Typ: EnvDTE.WindowConfigurations
A WindowConfigurations kolekcji.

Przykłady

Sub WindowConfigurationsExample()
  MsgBox(DTE.WindowConfigurations.ActiveConfigurationName)
End Sub

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_DTE Interfejs

Przestrzeń nazw EnvDTE