Freigeben über


SyndicationCategory Konstruktoren

Definition

Überlädt

SyndicationCategory()

Erstellt ein SyndicationCategory-Objekt .

SyndicationCategory(String)

Erstellt ein SyndicationCategory-Objekt mit der angegebenen Ausdruckseigenschaft .

SyndicationCategory(String, String, String)

Erstellt das SyndicationCategory-Objekt mit den angegebenen Eigenschaftswerten.

SyndicationCategory()

public:
 SyndicationCategory();
 SyndicationCategory();
public SyndicationCategory();
function SyndicationCategory()
Public Sub New ()

Gilt für:

SyndicationCategory(String)

Erstellt ein SyndicationCategory-Objekt mit der angegebenen Ausdruckseigenschaft .

public:
 SyndicationCategory(Platform::String ^ term);
 SyndicationCategory(winrt::hstring const& term);
public SyndicationCategory(string term);
function SyndicationCategory(term)
Public Sub New (term As String)

Parameter

term
String

Platform::String

winrt::hstring

Eine Zeichenfolge, die die Kategorie identifiziert. Dieser Parameter stellt das erforderliche Ausdrucksattribut für atom:category oder den Textinhalt des Category-Elements in RSS 2.0 dar.

Weitere Informationen

Gilt für:

SyndicationCategory(String, String, String)

Erstellt das SyndicationCategory-Objekt mit den angegebenen Eigenschaftswerten.

public:
 SyndicationCategory(Platform::String ^ term, Platform::String ^ scheme, Platform::String ^ label);
 SyndicationCategory(winrt::hstring const& term, winrt::hstring const& scheme, winrt::hstring const& label);
public SyndicationCategory(string term, string scheme, string label);
function SyndicationCategory(term, scheme, label)
Public Sub New (term As String, scheme As String, label As String)

Parameter

term
String

Platform::String

winrt::hstring

Eine Zeichenfolge, die die Kategorie identifiziert.

scheme
String

Platform::String

winrt::hstring

Das Schema der Kategorie.

label
String

Platform::String

winrt::hstring

Eine Bezeichnung für die Anzeige in Endbenutzeranwendungen.

Weitere Informationen

Gilt für: