Condividi tramite


SyndicationLink Costruttori

Definizione

Overload

SyndicationLink()

Crea un nuovo oggetto SyndicationLink .

SyndicationLink(Uri)

Crea un nuovo SyndicationLink con un URI.

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

Crea un nuovo oggetto SyndicationLink con un Uri, Relazione, Titolo, MediaType e Length.

Crea un nuovo oggetto SyndicationLink .

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

Si applica a

Crea un nuovo SyndicationLink con un URI.

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

Parametri

uri
Uri Uri

Valore Uri .

Vedi anche

Si applica a

Crea un nuovo oggetto SyndicationLink con un Uri, Relazione, Titolo, MediaType e 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)

Parametri

uri
Uri Uri

Valore Uri .

relationship
String

Platform::String

winrt::hstring

Tipo di relazione.

title
String

Platform::String

winrt::hstring

Titolo del collegamento di diffusione.

mediaType
String

Platform::String

winrt::hstring

MediaType del collegamento di diffusione.

length
UInt32

unsigned int

uint32_t

Lunghezza, in byte, del collegamento di diffusione.

Vedi anche

Si applica a