Freigeben über


SyndicationLink Konstruktoren

Definition

Überlädt

SyndicationLink()

Erstellt ein neues SyndicationLink-Objekt .

SyndicationLink(Uri)

Erstellt einen neuen SyndicationLink mit einem URI.

SyndicationLink(Uri, String, String, String, UInt32)

Erstellt ein neues SyndicationLink-Objekt mit einem Uri, Relationship, Title, MediaType und Length.

Erstellt ein neues SyndicationLink-Objekt .

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

Gilt für:

Erstellt einen neuen SyndicationLink mit einem URI.

public:
 SyndicationLink(Uri ^ uri);
 SyndicationLink(Uri const& uri);
public SyndicationLink(System.Uri uri);
function SyndicationLink(uri)
Public Sub New (uri As Uri)

Parameter

uri
Uri Uri

Der URI-Wert .

Weitere Informationen

Gilt für:

Erstellt ein neues SyndicationLink-Objekt mit einem Uri, Relationship, Title, MediaType und Length.

public:
 SyndicationLink(Uri ^ uri, Platform::String ^ relationship, Platform::String ^ title, Platform::String ^ mediaType, unsigned int length);
 SyndicationLink(Uri const& uri, winrt::hstring const& relationship, winrt::hstring const& title, winrt::hstring const& mediaType, uint32_t const& length);
public SyndicationLink(System.Uri uri, string relationship, string title, string mediaType, uint length);
function SyndicationLink(uri, relationship, title, mediaType, length)
Public Sub New (uri As Uri, relationship As String, title As String, mediaType As String, length As UInteger)

Parameter

uri
Uri Uri

Der URI-Wert .

relationship
String

Platform::String

winrt::hstring

Der Beziehungstyp.

title
String

Platform::String

winrt::hstring

Der Titel des Syndication-Links.

mediaType
String

Platform::String

winrt::hstring

Der MediaType des Syndication-Links.

length
UInt32

unsigned int

uint32_t

Die Länge des Syndicationlinks in Bytes.

Weitere Informationen

Gilt für: