InlineCategoriesDocument 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스 문서 내의 <atom:categories> 요소를 나타냅니다.
public ref class InlineCategoriesDocument : System::ServiceModel::Syndication::CategoriesDocument
public class InlineCategoriesDocument : System.ServiceModel.Syndication.CategoriesDocument
type InlineCategoriesDocument = class
inherit CategoriesDocument
Public Class InlineCategoriesDocument
Inherits CategoriesDocument
- 상속
생성자
| Name | Description |
|---|---|
| InlineCategoriesDocument() |
클래스의 새 인스턴스를 InlineCategoriesDocument 만듭니다. |
| InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String) |
클래스의 새 인스턴스를 InlineCategoriesDocument 만듭니다. |
| InlineCategoriesDocument(IEnumerable<SyndicationCategory>) |
클래스의 새 인스턴스를 InlineCategoriesDocument 만듭니다. |
속성
| Name | Description |
|---|---|
| AttributeExtensions |
특성 확장의 컬렉션을 가져옵니다. (다음에서 상속됨 CategoriesDocument) |
| BaseUri |
의 기본 URI입니다 CategoriesDocument. (다음에서 상속됨 CategoriesDocument) |
| Categories |
에 연결된 InlineCategoriesDocument배포 범주의 컬렉션을 가져옵니다. |
| ElementExtensions |
에 대한 CategoriesDocument요소 확장을 가져옵니다. (다음에서 상속됨 CategoriesDocument) |
| IsFixed |
배포 범주를 에 추가할 수 있는지 여부를 지정하는 InlineCategoriesDocument값을 가져오거나 설정합니다. |
| Language |
의 CategoriesDocument언어를 가져오거나 설정합니다. (다음에서 상속됨 CategoriesDocument) |
| Scheme |
의 구성표를 InlineCategoriesDocument가져오거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| CreateCategory() |
새 SyndicationCategory 인스턴스를 만듭니다. |
| Equals(Object) |
지정된 개체가 현재 개체와 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetFormatter() |
이 메서드가 호출된 새 AtomPub10CategoriesDocumentFormatter 인스턴스를 CategoriesDocument 가져옵니다. (다음에서 상속됨 CategoriesDocument) |
| GetHashCode() |
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Object) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| Save(XmlWriter) |
에 CategoriesDocumentXmlWriter저장합니다. (다음에서 상속됨 CategoriesDocument) |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
| TryParseAttribute(String, String, String, String) |
특성 확장을 구문 분석하려고 시도합니다. (다음에서 상속됨 CategoriesDocument) |
| TryParseElement(XmlReader, String) |
요소 확장을 구문 분석하려고 시도합니다. (다음에서 상속됨 CategoriesDocument) |
| WriteAttributeExtensions(XmlWriter, String) |
지정된 XmlWriter에 특성 확장을 씁니다. (다음에서 상속됨 CategoriesDocument) |
| WriteElementExtensions(XmlWriter, String) |
요소 확장을 지정된 XmlWriter에 씁니다. (다음에서 상속됨 CategoriesDocument) |