Window2::Collection Property

 

Gets the collection containing the Window object supporting this property.

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

property Windows^ Collection {
	Windows^ get();
}

Property Value

Type: EnvDTE::Windows^

A Windows collection.

This example iterates through the collection of windows and displays the window captions.

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