Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the WindowConfigurations collection, representing all available window configurations.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property WindowConfigurations As WindowConfigurations
'Usage
Dim instance As DTE2
Dim value As WindowConfigurations
value = instance.WindowConfigurations
WindowConfigurations WindowConfigurations { get; }
property WindowConfigurations^ WindowConfigurations {
WindowConfigurations^ get ();
}
function get WindowConfigurations () : WindowConfigurations
Property Value
Type: EnvDTE.WindowConfigurations
A WindowConfigurations collection.
Implements
Examples
Sub WindowConfigurationsExample()
MsgBox(DTE2.WindowConfigurations.ActiveConfigurationName)
End Sub
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.