Udostępnij za pośrednictwem


InlineCategoriesDocument Konstruktory

Definicja

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

Przeciążenia

InlineCategoriesDocument()

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

InlineCategoriesDocument()

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

public:
 InlineCategoriesDocument();
public InlineCategoriesDocument ();
Public Sub New ()

Dotyczy

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

public:
 InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory))

Parametry

categories
IEnumerable<SyndicationCategory>

Kolekcja kategorii syndykacji.

Dotyczy

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

Tworzy nowe wystąpienie klasy InlineCategoriesDocument.

public:
 InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory), isFixed As Boolean, scheme As String)

Parametry

categories
IEnumerable<SyndicationCategory>

Kolekcja kategorii syndykacji.

isFixed
Boolean

Określa, czy można dodać kategorie syndykacji do elementu InlineCategoriesDocument.

Dotyczy