次の方法で共有


SyndicationFeed.ImageUri プロパティ

定義

フィードのロゴの Uniform Resource Identifier (URI) を取得または設定します。 このプロパティは、RSS 2.0atom:logo 要素または image/uri 要素を表します。

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

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

プロパティ値

RSS 2.0atom:logo 要素または image/uri 要素。

適用対象