Freigeben über


CortanaActionableInsightsOptions.ContentSourceWebLink Eigenschaft

Definition

Ein URI, der den Ursprung des angegebenen Text- oder Bildinhalts angibt.

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

Eigenschaftswert

Die Weblinkadresse. Dieser Wert kann NULL sein.

Attribute

Windows-Anforderungen

App-Funktionen
cortanaSurface

Hinweise

Die CortanaActionableInsights-Klasse erfordert Folgendes, das dem Package.appxmanifest hinzugefügt werden muss:

  • Zum <Paket>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Unter <Funktionen>
    • <rescap:capability name="cortanaSurface"/>

Gilt für: