Window.Type Property

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

Microsoft Internal Use Only.

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

Syntax

'Declaration
ReadOnly Property Type As vsWindowType
'Usage
Dim instance As Window 
Dim value As vsWindowType 

value = instance.Type
vsWindowType Type { get; }
property vsWindowType Type {
    vsWindowType get ();
}
function get Type () : vsWindowType

Property Value

Type: EnvDTE.vsWindowType
The vsWindowType.

.NET Framework Security

See Also

Reference

Window Interface

Window Members

EnvDTE Namespace