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 元素。

适用于