Share via


ToolWindowProvider.GetTitleAsync(String, CancellationToken) Method

Definition

Gets the title of the tool window associated with the given identifier.

public System.Threading.Tasks.Task<string> GetTitleAsync (string identifier, System.Threading.CancellationToken cancellationToken);
abstract member GetTitleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.GetTitleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetTitleAsync (identifier As String, cancellationToken As CancellationToken) As Task(Of String)

Parameters

identifier
String
cancellationToken
CancellationToken

Returns

Implements

Applies to