_DTE.WindowConfigurations Propriedade

Definição

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

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

Valor da propriedade

WindowConfigurations

Uma coleção de WindowConfigurations.

Atributos

Exemplos

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

Aplica-se a