SyndicationItem.CommentsUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定專案的批註 (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元素。