Share via


RemoteLauncher.LaunchUriAsync 메서드

정의

오버로드

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

원격 디바이스에서 지정된 URI의 URI 체계 이름과 연결된 기본 앱을 시작합니다.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

지정된 옵션을 사용하여 원격 디바이스에서 지정된 URI의 URI 체계 이름과 연결된 기본 앱을 시작합니다.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

지정된 옵션 및 입력 데이터를 사용하여 원격 디바이스에서 지정된 URI의 URI 체계 이름과 연결된 기본 앱을 시작합니다.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

원격 디바이스에서 지정된 URI의 URI 체계 이름과 연결된 기본 앱을 시작합니다.

public:
 static IAsyncOperation<RemoteLaunchUriStatus> ^ LaunchUriAsync(RemoteSystemConnectionRequest ^ remoteSystemConnectionRequest, Uri ^ uri);
/// [Windows.Foundation.Metadata.Overload("LaunchUriAsync")]
 static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, Uri const& uri);
[Windows.Foundation.Metadata.Overload("LaunchUriAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri);
function launchUriAsync(remoteSystemConnectionRequest, uri)
Public Shared Function LaunchUriAsync (remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri) As IAsyncOperation(Of RemoteLaunchUriStatus)

매개 변수

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

연결할 원격 시스템(디바이스)을 지정합니다.

uri
Uri Uri

URI

반환

시작 시도의 결과입니다.

특성

추가 정보

적용 대상

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

지정된 옵션을 사용하여 원격 디바이스에서 지정된 URI의 URI 체계 이름과 연결된 기본 앱을 시작합니다.

public:
 static IAsyncOperation<RemoteLaunchUriStatus> ^ LaunchUriAsync(RemoteSystemConnectionRequest ^ remoteSystemConnectionRequest, Uri ^ uri, RemoteLauncherOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("LaunchUriWithOptionsAsync")]
 static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, Uri const& uri, RemoteLauncherOptions const& options);
[Windows.Foundation.Metadata.Overload("LaunchUriWithOptionsAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri, RemoteLauncherOptions options);
function launchUriAsync(remoteSystemConnectionRequest, uri, options)
Public Shared Function LaunchUriAsync (remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions) As IAsyncOperation(Of RemoteLaunchUriStatus)

매개 변수

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

연결할 원격 시스템(디바이스)을 지정합니다.

uri
Uri Uri

Uri 체계입니다.

options
RemoteLauncherOptions

앱의 시작 옵션입니다.

반환

시작 시도의 결과입니다.

특성

추가 정보

적용 대상

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

지정된 옵션 및 입력 데이터를 사용하여 원격 디바이스에서 지정된 URI의 URI 체계 이름과 연결된 기본 앱을 시작합니다.

public:
 static IAsyncOperation<RemoteLaunchUriStatus> ^ LaunchUriAsync(RemoteSystemConnectionRequest ^ remoteSystemConnectionRequest, Uri ^ uri, RemoteLauncherOptions ^ options, ValueSet ^ inputData);
/// [Windows.Foundation.Metadata.Overload("LaunchUriWithDataAsync")]
 static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, Uri const& uri, RemoteLauncherOptions const& options, ValueSet const& inputData);
[Windows.Foundation.Metadata.Overload("LaunchUriWithDataAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri, RemoteLauncherOptions options, ValueSet inputData);
function launchUriAsync(remoteSystemConnectionRequest, uri, options, inputData)
Public Shared Function LaunchUriAsync (remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions, inputData As ValueSet) As IAsyncOperation(Of RemoteLaunchUriStatus)

매개 변수

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

연결할 원격 시스템(디바이스)을 지정합니다.

uri
Uri Uri

Uri 체계입니다.

options
RemoteLauncherOptions

앱의 시작 옵션입니다.

inputData
ValueSet

앱의 입력 데이터입니다.

반환

시작 시도의 결과입니다.

특성

추가 정보

적용 대상