ReferencedCategoriesDocument 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 ReferencedCategoriesDocument 类的新实例。
重载
ReferencedCategoriesDocument() |
创建 ReferencedCategoriesDocument 类的新实例。 |
ReferencedCategoriesDocument(Uri) |
创建 ReferencedCategoriesDocument 类的新实例。 |
ReferencedCategoriesDocument()
创建 ReferencedCategoriesDocument 类的新实例。
public:
ReferencedCategoriesDocument();
public ReferencedCategoriesDocument ();
Public Sub New ()
适用于
ReferencedCategoriesDocument(Uri)
创建 ReferencedCategoriesDocument 类的新实例。
public:
ReferencedCategoriesDocument(Uri ^ link);
public ReferencedCategoriesDocument (Uri link);
new System.ServiceModel.Syndication.ReferencedCategoriesDocument : Uri -> System.ServiceModel.Syndication.ReferencedCategoriesDocument
Public Sub New (link As Uri)
参数
- link
- Uri
所引用的类别文档的 URL。