Bagikan melalui


CortanaPermissionsManager.IsSupported Metode

Definisi

Mengambil apakah Cortana didukung.

public:
 virtual bool IsSupported() = IsSupported;
bool IsSupported();
/// [Windows.Foundation.Metadata.Deprecated("ICortanaPermissionsManager is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
bool IsSupported();
public bool IsSupported();
[Windows.Foundation.Metadata.Deprecated("ICortanaPermissionsManager is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public bool IsSupported();
function isSupported()
Public Function IsSupported () As Boolean

Mengembalikan

Boolean

bool

true jika Cortana didukung. Jika tidak, salah.

Atribut

Persyaratan Windows

Kemampuan aplikasi
cortanaPermissions

Keterangan

Kelas CortanaPermissionManager mengharuskan hal berikut ditambahkan ke Package.appmanifest:

  • Ke <Paket>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Di bawah <Kapabilitas>
    • <rescap:capability name="cortanaPermissions"/>

Berlaku untuk