Partager via


IToolWindowProvider.CreateToolWindowAsync(String, CancellationToken) Méthode

Définition

Crée et initialise la fenêtre outil associée à l’identificateur donné.

public System.Threading.Tasks.Task<Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteUserControl> CreateToolWindowAsync (string identifier, System.Threading.CancellationToken cancellationToken);
abstract member CreateToolWindowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteUserControl>
Public Function CreateToolWindowAsync (identifier As String, cancellationToken As CancellationToken) As Task(Of IRemoteUserControl)

Paramètres

identifier
String

Identificateur de la fenêtre outil.

cancellationToken
CancellationToken

CancellationToken pour annuler l’initialisation en cours.

Retours

IRemoteProxiedUserControl représentant le contenu de l’interface utilisateur de la fenêtre outil.

S’applique à