SyndicationContent 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
SyndicationContent() |
Erstellt ein neues SyndicationContent-Objekt . |
SyndicationContent(Uri) |
Erstellt ein neues SyndicationContent-Objekt mit dem angegebenen Uri-Eigenschaftswert . |
SyndicationContent(String, SyndicationTextType) |
Erstellt ein neues SyndicationContent-Objekt mit den angegebenen Text- und Type-Eigenschaftswerten. |
SyndicationContent()
Erstellt ein neues SyndicationContent-Objekt .
public:
SyndicationContent();
SyndicationContent();
public SyndicationContent();
function SyndicationContent()
Public Sub New ()
Weitere Informationen
Gilt für:
SyndicationContent(Uri)
Erstellt ein neues SyndicationContent-Objekt mit dem angegebenen Uri-Eigenschaftswert .
public:
SyndicationContent(Uri ^ sourceUri);
SyndicationContent(Uri const& sourceUri);
public SyndicationContent(System.Uri sourceUri);
function SyndicationContent(sourceUri)
Public Sub New (sourceUri As Uri)
Parameter
Weitere Informationen
Gilt für:
SyndicationContent(String, SyndicationTextType)
Erstellt ein neues SyndicationContent-Objekt mit den angegebenen Text- und Type-Eigenschaftswerten.
public:
SyndicationContent(Platform::String ^ text, SyndicationTextType type);
SyndicationContent(winrt::hstring const& text, SyndicationTextType const& type);
public SyndicationContent(string text, SyndicationTextType type);
function SyndicationContent(text, type)
Public Sub New (text As String, type As SyndicationTextType)
Parameter
- text
-
String
Platform::String
winrt::hstring
Der Text des Inhalts.
- type
- SyndicationTextType
Der Typ des Inhalts.