Freigeben über


SyndicationContent Konstruktoren

Definition

Ü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

sourceUri
Uri Uri

Der URI-Wert .

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.

Weitere Informationen

Gilt für: