Window2::LinkedWindowFrame Property
Visual Studio 2015
Gets a Window object representing the window frame containing the window.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
Window::LinkedWindowFrameNote 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.
Show: