次の方法で共有


CortanaSettings.IsSupported メソッド

定義

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

public:
 static bool IsSupported();
 static bool IsSupported();
/// [Windows.Foundation.Metadata.Deprecated("ICortanaSettingsStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
 static bool IsSupported();
public static bool IsSupported();
[Windows.Foundation.Metadata.Deprecated("ICortanaSettingsStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

戻り値

Boolean

bool

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

属性

注釈

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

  • パッケージ化する<>
    • IgnorableNamespaces="iot"
  • [機能]<>
    • <iot:Capability Name="systemManagement"/>

適用対象