다음을 통해 공유


RemoteAutomationClientSession.CreateWindowAsync 메서드

정의

부모 AutomationElement와 자식 원격 창 간에 부모-자식 관계를 만듭니다.

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)

매개 변수

remoteWindowId
UInt64

unsigned long long

uint64_t

창의 고유 식별자입니다.

remoteProcessId
UInt32

unsigned int

uint32_t

창의 고유 프로세스 식별자입니다.

parentAutomationElement
Object

Platform::Object

IInspectable

창의 부모 요소입니다.

반환

비동기 작업을 제어하는 데 사용되는 IAsyncAction 개체를 반환합니다.

특성

적용 대상