Compartilhar via


RemoteAutomationClientSession.CreateWindowAsync Método

Definição

Cria uma relação pai-filho entre um AutomationElement pai e uma janela remota filho.

public:
 virtual IAsyncOperation<RemoteAutomationWindow ^> ^ CreateWindowAsync(unsigned long long remoteWindowId, unsigned int remoteProcessId, Platform::Object ^ parentAutomationElement) = CreateWindowAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<RemoteAutomationWindow> CreateWindowAsync(uint64_t const& remoteWindowId, uint32_t const& remoteProcessId, IInspectable const& parentAutomationElement);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<RemoteAutomationWindow> CreateWindowAsync(ulong remoteWindowId, uint remoteProcessId, object parentAutomationElement);
function createWindowAsync(remoteWindowId, remoteProcessId, parentAutomationElement)
Public Function CreateWindowAsync (remoteWindowId As ULong, remoteProcessId As UInteger, parentAutomationElement As Object) As IAsyncOperation(Of RemoteAutomationWindow)

Parâmetros

remoteWindowId
UInt64

unsigned long long

uint64_t

O identificador exclusivo da janela.

remoteProcessId
UInt32

unsigned int

uint32_t

O identificador de processo exclusivo para a janela.

parentAutomationElement
Object

Platform::Object

IInspectable

O elemento pai da janela.

Retornos

Retorna um objeto IAsyncAction usado para controlar a operação assíncrona.

Atributos

Aplica-se a