AsyncPackage.IVsAsyncToolWindowFactory.GetToolWindowTitle Method

Definition

Returns the title string to use for the tool window. If null is returned, the tool window's type name is used for the title.

 virtual System::String ^ Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory.GetToolWindowTitle(Guid toolWindowType, System::UInt32 id) = Microsoft::VisualStudio::Shell::Interop::IVsAsyncToolWindowFactory::GetToolWindowTitle;
string IVsAsyncToolWindowFactory.GetToolWindowTitle (Guid toolWindowType, uint id);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory.GetToolWindowTitle : Guid * uint32 -> string
override this.Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory.GetToolWindowTitle : Guid * uint32 -> string
Function GetToolWindowTitle (toolWindowType As Guid, id As UInteger) As String Implements IVsAsyncToolWindowFactory.GetToolWindowTitle

Parameters

toolWindowType
Guid

Type of the window to be created

id
UInt32

Instance ID or 0 for single instance toolwindows

Returns

The title string

Implements

Applies to