CategoriesDocument 클래스

정의

범주 문서를 나타냅니다.

public ref class CategoriesDocument abstract
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
public abstract class CategoriesDocument
public abstract class CategoriesDocument
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)>]
type CategoriesDocument = class
type CategoriesDocument = class
Public MustInherit Class CategoriesDocument
상속
CategoriesDocument
파생
특성

설명

범주 문서에서는 컬렉션 내에서 허용되는 범주를 설명합니다.

속성

Name Description
AttributeExtensions

특성 확장의 컬렉션을 가져옵니다.

BaseUri

의 기본 URI입니다 CategoriesDocument.

ElementExtensions

에 대한 CategoriesDocument요소 확장을 가져옵니다.

Language

CategoriesDocument언어를 가져오거나 설정합니다.

메서드

Name Description
Create(Collection<SyndicationCategory>, Boolean, String)

클래스의 새 인스턴스를 CategoriesDocument 만듭니다.

Create(Collection<SyndicationCategory>)

CategoriesDocument 인스턴스를 만듭니다.

Create(Uri)

지정된 CategoriesDocument인스턴스를 사용하여 초기화의 Uri 새 인스턴스를 만듭니다.

Equals(Object)

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

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

이 메서드가 호출된 새 AtomPub10CategoriesDocumentFormatter 인스턴스를 CategoriesDocument 가져옵니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

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

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

(다음에서 상속됨 Object)
Load(XmlReader)

에서 인스턴스를 CategoriesDocument 로드합니다 XmlReader.

MemberwiseClone()

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

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

CategoriesDocumentXmlWriter저장합니다.

ToString()

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

(다음에서 상속됨 Object)
TryParseAttribute(String, String, String, String)

특성 확장을 구문 분석하려고 시도합니다.

TryParseElement(XmlReader, String)

요소 확장을 구문 분석하려고 시도합니다.

WriteAttributeExtensions(XmlWriter, String)

지정된 XmlWriter에 특성 확장을 씁니다.

WriteElementExtensions(XmlWriter, String)

요소 확장을 지정된 XmlWriter에 씁니다.

적용 대상