次の方法で共有


CortanaActionableInsights.User プロパティ

定義

現在の CortanaActionableInsights オブジェクトに関連付けられているユーザーを取得します。

public:
 property User ^ User { User ^ get(); };
User User();
/// [get: Windows.Foundation.Metadata.Deprecated("CortanaActionableInsights is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
User User();
public User User { get; }
public User User { [Windows.Foundation.Metadata.Deprecated("CortanaActionableInsights is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var user = cortanaActionableInsights.user;
Public ReadOnly Property User As User

プロパティ値

現在の CortanaActionableInsights オブジェクトに関連付けられているユーザー。

CortanaActionableInsights オブジェクトが GetDefault メソッドで作成された場合、null を返す可能性があります。

属性

Windows の要件

アプリの機能
cortanaSurface

注釈

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

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

適用対象

こちらもご覧ください