TextPane2::Window Property

 

Gets the Window object that contains the pane.

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

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

Property Value

Type: EnvDTE::Window^

A Window object.

This example opens a text document, displays text in it, uses the SelectAll method of TextPane2.Selection object to select all the text, and then closes the window that contains the text pane.

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