RemoteAutomationClientSession.CreateWindowAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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