Właściwość DTE2.WindowConfigurations —

Pobiera WindowConfigurations kolekcji reprezentujących wszystkie dostępne okno konfiguracji.

Przestrzeń nazw:  EnvDTE80
Zestaw:  EnvDTE80 (w EnvDTE80.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: WindowConfigurations
A WindowConfigurations kolekcji.

Przykłady

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DTE2 Interfejs

Przestrzeń nazw EnvDTE80