DataPackagePropertySetView.ContentSourceWebLink 屬性

定義

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

public:
 property Uri ^ ContentSourceWebLink { Uri ^ get(); };
Uri ContentSourceWebLink();
public System.Uri ContentSourceWebLink { get; }
var uri = dataPackagePropertySetView.contentSourceWebLink;
Public ReadOnly Property ContentSourceWebLink As Uri

屬性值

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

備註

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

適用於