Propriedade DTE2.WindowConfigurations

Obtém o WindowConfigurations coleção representando todas as configurações de janela disponíveis.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.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
A WindowConfigurations coleção.

Exemplos

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

Segurança do .NET Framework

Consulte também

Referência

DTE2 Interface

Sobrecargas WindowConfigurations

Namespace EnvDTE80