Window2::ObjectKind Property

 

Gets the type of the Window::Object object, which is a GUID string representing the tool contained in the window.

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

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

Property Value

Type: System::String^

A string containing a GUID representing the tool contained in the window.

The GUID can be used as an index to Window.Item.

This example creates a linked window frame, adds the Output Window and Solution Explorer to the linked frame as docked windows, displays the Window2.ObjectKind and other properties, resizes the linked window frame, and then undocks the windows from the frame.

No code example is currently available or this language may not be supported.
Return to top
Show: