Udostępnij za pośrednictwem


UrlSyndicationContent Klasa

Definicja

Reprezentuje zawartość syndykacji, która składa się z adresu URL innego zasobu.

public ref class UrlSyndicationContent : System::ServiceModel::Syndication::SyndicationContent
public class UrlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent
type UrlSyndicationContent = class
    inherit SyndicationContent
Public Class UrlSyndicationContent
Inherits SyndicationContent
Dziedziczenie
UrlSyndicationContent

Przykłady

W poniższym przykładzie pokazano, jak używać UrlSyndicationContent klasy.

UrlSyndicationContent urlContent = new UrlSyndicationContent(new Uri("http://localhost/content"), "text/html");
Dim urlContent As UrlSyndicationContent = New UrlSyndicationContent(New Uri("http://localhost/content"), "text/html")

Konstruktory

UrlSyndicationContent(Uri, String)

Inicjuje UrlSyndicationContent nowe wystąpienie klasy o określonym Uri typie i nośniku.

UrlSyndicationContent(UrlSyndicationContent)

Inicjuje UrlSyndicationContent nowe wystąpienie klasy z określonym UrlSyndicationContent wystąpieniem.

Właściwości

AttributeExtensions

Pobiera rozszerzenia atrybutów dla tej zawartości.

(Odziedziczone po SyndicationContent)
Type

Pobiera typ zawartości elementu UrlSyndicationContent.

Url

Pobiera element Uri dla .UrlSyndicationContent

Metody

Clone()

Tworzy kopię istniejącego UrlSyndicationContent wystąpienia.

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)
WriteContentsTo(XmlWriter)

Zapisuje zawartość UrlSyndicationContent wystąpienia do określonego XmlWriterobiektu .

WriteTo(XmlWriter, String, String)

Zapisuje zawartość tego obiektu do określonego XmlWriter elementu i przestrzeni nazw elementu.

(Odziedziczone po SyndicationContent)

Dotyczy