Window::Kind Property

 

Gets a string indicating the type of window.

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

property String^ Kind {
	String^ get();
}

Property Value

Type: System::String^

A string representing the type of window.

The return values are either "Document" or "Tool".

Return to top
Show: