SyndicationLink 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
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. |
SyndicationLink()
Erstellt ein neues SyndicationLink-Objekt .
public:
SyndicationLink();
SyndicationLink();
public SyndicationLink();
function SyndicationLink()
Public Sub New ()
Gilt für:
SyndicationLink(Uri)
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
Weitere Informationen
Gilt für:
SyndicationLink(Uri, String, String, String, UInt32)
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
- 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.