_DTE.WindowConfigurations Свойство

Определение

Возвращает коллекцию WindowConfigurations, предоставляющую все доступные конфигурации окон.

public:
 property EnvDTE::WindowConfigurations ^ WindowConfigurations { EnvDTE::WindowConfigurations ^ get(); };
[System.Runtime.InteropServices.DispId(219)]
public EnvDTE.WindowConfigurations WindowConfigurations { [System.Runtime.InteropServices.DispId(219)] get; }
[<System.Runtime.InteropServices.DispId(219)>]
[<get: System.Runtime.InteropServices.DispId(219)>]
member this.WindowConfigurations : EnvDTE.WindowConfigurations
Public ReadOnly Property WindowConfigurations As WindowConfigurations

Значение свойства

WindowConfigurations

Коллекция WindowConfigurations.

Атрибуты

Примеры

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

Применяется к