Windows2 Interface

 

The Windows collection contains all windows in the environment.

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

[GuidAttribute("31EFB5B1-C655-4ADA-BB52-3ED87FB2A4AE")]
public interface class Windows2 : Windows

NameDescription
System_CAPS_pubpropertyCount

Gets a value indicating the number of objects in the Windows2 collection.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a Windows2 collection.

NameDescription
System_CAPS_pubmethodCreateLinkedWindowFrame(Window^, Window^, vsLinkedWindowType)

Creates a Window object and places two windows in it.

System_CAPS_pubmethodCreateToolWindow(AddIn^, String^, String^, String^, Object^)

Creates a new tool window containing the specified Document object or ActiveX control.

System_CAPS_pubmethodCreateToolWindow2(AddIn^, String^, String^, String^, String^, Object^)

Creates a new tool window and hosts a user-defined, .NET control in it.

System_CAPS_pubmethodGetEnumerator()

Gets an enumeration for items in a collection.

System_CAPS_pubmethodItem(Object^)

Returns an indexed member of a Windows collection.

This example links together the Output Window, the Command Window, and Solution Explorer. It then manipulates the width and height of these linked windows, and it finally undocks them all from the linked window frame.

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