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
Указывает удаленную систему (устройство), к которому нужно подключиться.
Возвращаемое значение
Результат попытки запуска.
- Атрибуты
См. также раздел
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
Применяется к
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
Указывает удаленную систему (устройство), к которому нужно подключиться.
- options
- RemoteLauncherOptions
Параметры запуска приложения.
Возвращаемое значение
Результат попытки запуска.
- Атрибуты
См. также раздел
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)
Применяется к
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
Указывает удаленную систему (устройство), к которому нужно подключиться.
- options
- RemoteLauncherOptions
Параметры запуска приложения.
- inputData
- ValueSet
Входные данные для приложения.
Возвращаемое значение
Результат попытки запуска.
- Атрибуты
См. также раздел
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri)
- LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)