ReferencedCategoriesDocument 构造函数

定义

创建 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。

适用于