Propriedade _DTE.WindowConfigurations

Obtém a coleção de WindowConfigurations , que representa todas as configurações disponíveis da janela.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
ReadOnly Property WindowConfigurations As WindowConfigurations
WindowConfigurations WindowConfigurations { get; }
property WindowConfigurations^ WindowConfigurations {
    WindowConfigurations^ get ();
}
abstract WindowConfigurations : WindowConfigurations
function get WindowConfigurations () : WindowConfigurations

Valor de propriedade

Tipo: EnvDTE.WindowConfigurations
uma coleção de WindowConfigurations .

Exemplos

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

Segurança do .NET Framework

Consulte também

Referência

_DTE Interface

Namespace EnvDTE