Freigeben über


SyndicationText Konstruktoren

Definition

Überlädt

SyndicationText()

Erstellt ein neues SyndicationText-Objekt .

SyndicationText(String)

Erstellt ein neues SyndicationText-Objekt mit dem angegebenen Text-Eigenschaftswert .

SyndicationText(String, SyndicationTextType)

Erstellt ein neues SyndicationText-Objekt mit den angegebenen Text - und Type-Eigenschaftswerten .

SyndicationText()

Erstellt ein neues SyndicationText-Objekt .

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

Gilt für:

SyndicationText(String)

Erstellt ein neues SyndicationText-Objekt mit dem angegebenen Text-Eigenschaftswert .

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

Parameter

text
String

Platform::String

winrt::hstring

Der Inhalt eines Textinhaltskonstrukts wie atom:title.

Weitere Informationen

Gilt für:

SyndicationText(String, SyndicationTextType)

Erstellt ein neues SyndicationText-Objekt mit den angegebenen Text - und Type-Eigenschaftswerten .

public:
 SyndicationText(Platform::String ^ text, SyndicationTextType type);
 SyndicationText(winrt::hstring const& text, SyndicationTextType const& type);
public SyndicationText(string text, SyndicationTextType type);
function SyndicationText(text, type)
Public Sub New (text As String, type As SyndicationTextType)

Parameter

text
String

Platform::String

winrt::hstring

Der Inhalt eines Textinhaltskonstrukts wie atom:title.

type
SyndicationTextType

Der Typ des Inhalts. Dieser Wert kann "text", "html" und "xhtml" sein.

Weitere Informationen

Gilt für: