Share via


CortanaActionableInsightsOptions.ContentSourceWebLink 속성

정의

지정된 텍스트 또는 이미지 콘텐츠가 시작된 위치를 식별하는 URI입니다.

public:
 property Uri ^ ContentSourceWebLink { Uri ^ get(); void set(Uri ^ value); };
Uri ContentSourceWebLink();

void ContentSourceWebLink(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("CortanaActionableInsightsOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("CortanaActionableInsightsOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
Uri ContentSourceWebLink();

void ContentSourceWebLink(Uri value);
public System.Uri ContentSourceWebLink { get; set; }
public System.Uri ContentSourceWebLink { [Windows.Foundation.Metadata.Deprecated("CortanaActionableInsightsOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("CortanaActionableInsightsOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] set; }
var uri = cortanaActionableInsightsOptions.contentSourceWebLink;
cortanaActionableInsightsOptions.contentSourceWebLink = uri;
Public Property ContentSourceWebLink As Uri

속성 값

웹 링크 주소입니다. 이 값은 null일 수 있습니다.

특성

Windows 요구 사항

앱 기능
cortanaSurface

설명

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

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

적용 대상