SyndicationText Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.