Share via


CortanaActionableInsights.GetDefault 메서드

정의

현재 사용자의 CortanaActionableInsights 개체를 검색합니다.

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

반환

현재 사용자에 대한 인사이트입니다.

특성

Windows 요구 사항

앱 기능
cortanaSurface

설명

CortanaActionableInsights 클래스를 사용하려면 Package.appxmanifest에 다음을 추가해야 합니다.

  • 패키지로 <>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • 기능 아래 <>
    • <rescap:capability name="cortanaSurface"/>

적용 대상

추가 정보