RemoteAutomationClientSession.CreateWindowAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Crea una relación de elementos primarios y secundarios entre un elemento AutomationElement primario y una ventana remota secundaria.
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
Identificador único de la ventana.
- remoteProcessId
-
UInt32
unsigned int
uint32_t
Identificador de proceso único para la ventana.
- parentAutomationElement
-
Object
Platform::Object
IInspectable
Elemento primario de la ventana.
Devoluciones
Devuelve un objeto IAsyncAction que se usa para controlar la operación asincrónica.
- Atributos