Window2::LinkedWindows Property

 

Gets a collection of all linked windows contained in the linked window frame.

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

property LinkedWindows^ LinkedWindows {
	LinkedWindows^ get();
}

Property Value

Type: EnvDTE::LinkedWindows^

A LinkedWindows collection.

Only windows that are linked with others have a LinkedWindows collection. For other unlinked windows, LinkedWindows returns Nothing.

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