InlineCategoriesDocument Konstruktoren

Definition

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

Überlädt

InlineCategoriesDocument()

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

InlineCategoriesDocument()

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

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

Gilt für

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

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))

Parameter

categories
IEnumerable<SyndicationCategory>

Eine Auflistung von Syndication-Kategorien.

Gilt für

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

Erstellt eine neue Instanz der InlineCategoriesDocument-Klasse.

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)

Parameter

categories
IEnumerable<SyndicationCategory>

Eine Auflistung von Syndication-Kategorien.

isFixed
Boolean

Gibt an, ob dem InlineCategoriesDocument Syndication-Kategorien hinzugefügt werden können.

scheme
String

Das Schema des InlineCategoriesDocument.

Gilt für