AsyncPackage.IVsAsyncToolWindowFactory.GetToolWindowTitle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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