DataPackagePropertySet.ContentSourceWebLink 屬性

定義

提供目前顯示在應用程式中之共用內容的 Web 連結。

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

void ContentSourceWebLink(Uri value);
public System.Uri ContentSourceWebLink { get; set; }
var uri = dataPackagePropertySet.contentSourceWebLink;
dataPackagePropertySet.contentSourceWebLink = uri;
Public Property ContentSourceWebLink As Uri

屬性值

共用內容的 Web 連結) 統一資源識別項 (URI。

備註

ContentSourceWebLink 是您用來屬性共用內容的隨附屬性。 當應用程式提供所共用內容的 Web 連結時,就會共用它。 當使用者進行明確的選取時,不會填入 WebLink 格式,因為 WebLink 格式的值與使用者的選取範圍不同。 填入此資訊並不表示網頁是使用者的選取範圍,只有內容來自該處。

適用於