ICoreAutomationRemoteOperationExtensionProvider.CallExtension Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémenté par un fournisseur UI Automation (UIA) pour informer l’utilisateur d’opération à distance des ID d’extension pris en charge par cette méthode.
public:
void CallExtension(Platform::Guid extensionId, CoreAutomationRemoteOperationContext ^ context, Platform::Array <AutomationRemoteOperationOperandId> ^ operandIds);
void CallExtension(winrt::guid const& extensionId, CoreAutomationRemoteOperationContext const& context, winrt::array_view <AutomationRemoteOperationOperandId> const& operandIds);
public void CallExtension(Guid extensionId, CoreAutomationRemoteOperationContext context, AutomationRemoteOperationOperandId[] operandIds);
function callExtension(extensionId, context, operandIds)
Public Sub CallExtension (extensionId As Guid, context As CoreAutomationRemoteOperationContext, operandIds As AutomationRemoteOperationOperandId())
Paramètres
- extensionId
-
Guid
Platform::Guid
winrt::guid
Identificateur unique de l’extension.
Contexte d’exécution de l’extension du fournisseur UIA.
- operandIds
- AutomationRemoteOperationOperandId[]
Opérandes requis par l’extension.
Remarques
Avant d’appeler cette méthode, vérifiez que l’extension est prise en charge avec IsExtensionSupported(System.Guid).