共用方式為


SyndicationItem.CommentsUri 屬性

定義

取得或設定專案的批註 (URI) 統一資源識別項。 這個屬性代表 /rss/channel/item/comments 元素。

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

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

屬性值

/rss/channel/item/comments元素。

適用於