DTE2::WindowConfigurations Property

 

Gets the WindowConfigurations collection, representing all available window configurations.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property WindowConfigurations^ WindowConfigurations {
	WindowConfigurations^ get();
}

Property Value

Type: EnvDTE::WindowConfigurations^

A WindowConfigurations collection.

Sub WindowConfigurationsExample()
  MsgBox(DTE2.WindowConfigurations.ActiveConfigurationName)
End Sub
Return to top
Show: