Window2::ObjectKind Property
Visual Studio 2015
Gets the type of the Window::Object object, which is a GUID string representing the tool contained in the window.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Property Value
Type: System::String^A string containing a GUID representing the tool contained in the window.
Implements
Window::ObjectKindThe 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.
Show: