Launcher.QueryUriSupportAsync Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
QueryUriSupportAsync(Uri, LaunchQuerySupportType) |
Secara asinkron mengkueri apakah aplikasi dapat diaktifkan untuk URI dan jenis peluncuran yang ditentukan. |
QueryUriSupportAsync(Uri, LaunchQuerySupportType, String) |
Secara asinkron mengkueri apakah aplikasi dapat diaktifkan untuk URI, jenis peluncuran, dan nama paket yang ditentukan. |
QueryUriSupportAsync(Uri, LaunchQuerySupportType)
Secara asinkron mengkueri apakah aplikasi dapat diaktifkan untuk URI dan jenis peluncuran yang ditentukan.
public:
static IAsyncOperation<LaunchQuerySupportStatus> ^ QueryUriSupportAsync(Uri ^ uri, LaunchQuerySupportType launchQuerySupportType);
/// [Windows.Foundation.Metadata.Overload("QueryUriSupportAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(Uri const& uri, LaunchQuerySupportType const& launchQuerySupportType);
[Windows.Foundation.Metadata.Overload("QueryUriSupportAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(System.Uri uri, LaunchQuerySupportType launchQuerySupportType);
function queryUriSupportAsync(uri, launchQuerySupportType)
Public Shared Function QueryUriSupportAsync (uri As Uri, launchQuerySupportType As LaunchQuerySupportType) As IAsyncOperation(Of LaunchQuerySupportStatus)
Parameter
- launchQuerySupportType
- LaunchQuerySupportType
Jenis peluncuran untuk meminta dukungan.
Mengembalikan
Nilai yang menunjukkan apakah aplikasi tersedia untuk meluncurkan URI.
- Atribut
Keterangan
API ini juga dapat dipanggil dari aplikasi desktop Windows.
Aplikasi desktop Windows dan aplikasi Platform Windows Universal (UWP) dipertimbangkan.
Lihat juga
Berlaku untuk
QueryUriSupportAsync(Uri, LaunchQuerySupportType, String)
Secara asinkron mengkueri apakah aplikasi dapat diaktifkan untuk URI, jenis peluncuran, dan nama paket yang ditentukan.
public:
static IAsyncOperation<LaunchQuerySupportStatus> ^ QueryUriSupportAsync(Uri ^ uri, LaunchQuerySupportType launchQuerySupportType, Platform::String ^ packageFamilyName);
/// [Windows.Foundation.Metadata.Overload("QueryUriSupportWithPackageFamilyNameAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(Uri const& uri, LaunchQuerySupportType const& launchQuerySupportType, winrt::hstring const& packageFamilyName);
[Windows.Foundation.Metadata.Overload("QueryUriSupportWithPackageFamilyNameAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LaunchQuerySupportStatus> QueryUriSupportAsync(System.Uri uri, LaunchQuerySupportType launchQuerySupportType, string packageFamilyName);
function queryUriSupportAsync(uri, launchQuerySupportType, packageFamilyName)
Public Shared Function QueryUriSupportAsync (uri As Uri, launchQuerySupportType As LaunchQuerySupportType, packageFamilyName As String) As IAsyncOperation(Of LaunchQuerySupportStatus)
Parameter
- launchQuerySupportType
- LaunchQuerySupportType
Jenis peluncuran untuk meminta dukungan.
- packageFamilyName
-
String
Platform::String
winrt::hstring
Menentukan paket tertentu yang akan digunakan untuk meluncurkan URI ini.
Mengembalikan
Nilai yang menunjukkan apakah aplikasi tersedia untuk meluncurkan URI.
- Atribut
Keterangan
API ini juga dapat dipanggil dari aplikasi desktop Windows.
Aplikasi desktop Windows dan aplikasi Platform Windows Universal (UWP) dipertimbangkan.