CortanaActionableInsightsOptions.ContentSourceWebLink Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
URI yang mengidentifikasi tempat teks atau konten gambar yang ditentukan berasal.
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
Nilai Properti
Alamat tautan web. Nilai ini bisa null.
- Atribut
Persyaratan Windows
Kemampuan aplikasi |
cortanaSurface
|
Keterangan
Kelas CortanaActionableInsights mengharuskan hal berikut ditambahkan ke Package.appxmanifest:
- Ke <Paket>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- Di bawah <Kapabilitas>
<rescap:capability name="cortanaSurface"/>