다음을 통해 공유


XmlSyndicationContent 클래스

정의

브라우저에 표시되지 않을 XML 배포 콘텐츠를 나타냅니다.

public ref class XmlSyndicationContent : System::ServiceModel::Syndication::SyndicationContent
public class XmlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent
type XmlSyndicationContent = class
    inherit SyndicationContent
Public Class XmlSyndicationContent
Inherits SyndicationContent
상속
XmlSyndicationContent

설명

이 클래스는 serialize된 개체 또는 다른 애플리케이션 상태 데이터를 XML 형식으로 보낼 때 사용합니다.

생성자

XmlSyndicationContent(String, Object, XmlObjectSerializer)

지정된 형식, 개체 및 XmlSyndicationContent 를 사용하여 XmlObjectSerializer의 새 인스턴스를 초기화합니다.

XmlSyndicationContent(String, Object, XmlSerializer)

지정된 형식, 개체 및 XmlSyndicationContent 를 사용하여 XmlSerializer의 새 인스턴스를 초기화합니다.

XmlSyndicationContent(String, SyndicationElementExtension)

지정된 형식 및 XmlSyndicationContent 을 사용하여 SyndicationElementExtension의 새 인스턴스를 초기화합니다.

XmlSyndicationContent(XmlReader)

XmlSyndicationContent 클래스의 새 인스턴스를 초기화합니다.

XmlSyndicationContent(XmlSyndicationContent)

지정된 XmlSyndicationContent 인스턴스를 사용하여 XmlSyndicationContent의 새 인스턴스를 초기화합니다.

속성

AttributeExtensions

이 콘텐츠의 특성 확장을 가져옵니다.

(다음에서 상속됨 SyndicationContent)
Extension

SyndicationElementExtension를 가져옵니다.

Type

XML 배포 콘텐츠의 형식을 가져옵니다.

메서드

Clone()

기존 XmlSyndicationContent 인스턴스의 복사본을 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetReaderAtContent()

XmlSyndicationContent의 콘텐츠로부터 판독기를 가져옵니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ReadContent<TContent>()

지정된 형식의 콘텐츠를 XmlSyndicationContent로 읽어 들입니다.

ReadContent<TContent>(XmlObjectSerializer)

지정된 형식의 콘텐츠를 지정된 serializer를 사용하여 XmlSyndicationContent 로 읽어들입니다.

ReadContent<TContent>(XmlSerializer)

지정된 형식의 콘텐츠를 지정된 serializer를 사용하여 XmlSyndicationContent 로 읽어들입니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
WriteContentsTo(XmlWriter)

XmlSyndicationContent 의 콘텐츠를 지정된 XmlWriter에 씁니다.

WriteTo(XmlWriter, String, String)

이 개체의 내용을 지정된 요소 및 요소 네임스페이스 내부의 지정된 XmlWriter 에 씁니다.

(다음에서 상속됨 SyndicationContent)

적용 대상