DataPackagePropertySetView.ContentSourceWebLink 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前显示在应用中的共享内容的 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 格式的值与用户选择的值不同。 填充此信息并不意味着网页是用户选择的,只是内容来自该网页。