_DTE.WindowConfigurations Property

Gets the WindowConfigurations collection, representing all available window configurations.

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

Syntax

'Declaration
ReadOnly Property WindowConfigurations As WindowConfigurations
WindowConfigurations WindowConfigurations { get; }
property WindowConfigurations^ WindowConfigurations {
    WindowConfigurations^ get ();
}
abstract WindowConfigurations : WindowConfigurations
function get WindowConfigurations () : WindowConfigurations

Property Value

Type: EnvDTE.WindowConfigurations
A WindowConfigurations collection.

Examples

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

.NET Framework Security

See Also

Reference

_DTE Interface

EnvDTE Namespace