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。

適用於