次の方法で共有


SyndicationLink.Uri プロパティ

定義

リンクされたリソースの URI を取得または設定します。

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

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

プロパティ値

atom:linkhref 属性。

適用対象