This topic has not yet been rated - Rate this topic

DTE2.WindowConfigurations Property 

Gets the WindowConfigurations collection, representing all available window configurations.

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

WindowConfigurations WindowConfigurations { get; }
/** @property */
WindowConfigurations get_WindowConfigurations ()

function get WindowConfigurations () : WindowConfigurations

Property Value

A WindowConfigurations collection.
Sub WindowConfigurationsExample()
  MsgBox(DTE2.WindowConfigurations.ActiveConfigurationName)
End Sub
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.