SyndicationLink.Relationship プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リンクのリレーションシップの種類を取得または設定します。
public:
property Platform::String ^ Relationship { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Relationship();
void Relationship(winrt::hstring value);
public string Relationship { get; set; }
var string = syndicationLink.relationship;
syndicationLink.relationship = string;
Public Property Relationship As String
プロパティ値
atom:link の rel 属性。