RemoteAutomationClientSession.CreateWindowAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
부모 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 개체를 반환합니다.
- 특성