ToolWindows::GetToolWindow Method (String^)

 

Allows the user to retrieve a window by its title.

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

Object^ GetToolWindow(
	String^ Name
)

Parameters

Name
Type: System::String^

The title of the window to retrieve.

Return Value

Type: System::Object^

A Window object.

This example obtains the caption of the Output Window, after retrieving it using the GetToolWindow method.

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