DTEClass.WindowConfigurations Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information on this property, refer to WindowConfigurations.

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

Syntax

'Declaration
Public Overridable ReadOnly Property WindowConfigurations As WindowConfigurations
'Usage
Dim instance As DTEClass 
Dim value As WindowConfigurations 

value = instance.WindowConfigurations
public virtual WindowConfigurations WindowConfigurations { get; }
public:
virtual property WindowConfigurations^ WindowConfigurations {
    WindowConfigurations^ get ();
}
public function get WindowConfigurations () : WindowConfigurations

Property Value

Type: EnvDTE.WindowConfigurations

Implements

_DTE.WindowConfigurations

.NET Framework Security

See Also

Reference

DTEClass Class

DTEClass Members

EnvDTE Namespace