Поделиться через


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

Входные данные для приложения.

Возвращаемое значение

Результат попытки запуска.

Атрибуты

См. также раздел

Применяется к