Window2::LinkedWindowFrame Property

 

Gets a Window object representing the window frame containing the window.

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

property Window^ LinkedWindowFrame {
	Window^ get();
}

Property Value

Type: EnvDTE::Window^

A Window object.

Note that if the window is docked to the side of the main window, then the LinkedWindowFrame is the same object as the main environment window.

If the window is not linked, is of type LinkedWindowFrame, is hidden, or is a document, then LinkedWindowFrame returns Nothing. Hidden windows are not considered linked because they are not in a window frame.

This example creates a linked window frame, adds the Output Window and Solution Explorer to the linked frame as vertical windows, activates 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: