次の方法で共有


CortanaSettings.GetDefault メソッド

定義

現在のユーザーの Cortana 設定を取得します。

public:
 static CortanaSettings ^ GetDefault();
 static CortanaSettings GetDefault();
/// [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 CortanaSettings GetDefault();
public static CortanaSettings GetDefault();
[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 CortanaSettings GetDefault();
function getDefault()
Public Shared Function GetDefault () As CortanaSettings

戻り値

CortanaSettings オブジェクト。

属性

注釈

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

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

適用対象