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 リンクの Uniform Resource Identifier (URI)。

注釈

ContentSourceWebLink は、共有コンテンツの属性を設定するために使用するコンパニオン プロパティです。 アプリが共有されているコンテンツへの Web リンクを提供すると共有されます。 ユーザーが明示的に選択を行うと、 WebLink 形式の値がユーザーの選択と同じではないので、 WebLink 形式は設定されません。 この情報を入力しても、Web ページがユーザーの選択であることを意味するわけではなく、コンテンツがそこから取得されるだけです。

適用対象