次の方法で共有


CortanaActionableInsights.GetForUser(User) メソッド

定義

指定したユーザーの CortanaActionableInsights オブジェクトを取得します。

public:
 static CortanaActionableInsights ^ GetForUser(User ^ user);
 static CortanaActionableInsights GetForUser(User const& 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")]
 static CortanaActionableInsights GetForUser(User const& user);
public static CortanaActionableInsights GetForUser(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")]
public static CortanaActionableInsights GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As CortanaActionableInsights

パラメーター

user
User

ユーザー。

戻り値

指定したユーザーの分析情報。

属性

Windows の要件

アプリの機能
cortanaSurface

注釈

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

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

適用対象

こちらもご覧ください