次の方法で共有


CortanaPermissionsManager.IsSupported メソッド

定義

Cortana がサポートされているかどうかを取得します。

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

戻り値

Boolean

bool

Cortana がサポートされている場合は true。 それ以外の場合は、 falseです。

属性

Windows の要件

アプリの機能
cortanaPermissions

注釈

CortanaPermissionManager クラスを Package.appmanifest に追加するには、次のものが必要です。

  • パッケージ化<>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • [機能]<>
    • <rescap:capability name="cortanaPermissions"/>

適用対象