DTE2.WindowConfigurations Property

Definition

Gets the WindowConfigurations collection, representing all available window configurations.

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

Property Value

A WindowConfigurations collection.

Implements

Attributes

Examples

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

Applies to