AtomPub10CategoriesDocumentFormatter 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AtomPub10CategoriesDocumentFormatter 클래스의 새 인스턴스를 만듭니다.
오버로드
AtomPub10CategoriesDocumentFormatter() |
AtomPub10CategoriesDocumentFormatter 클래스의 새 인스턴스를 만듭니다. |
AtomPub10CategoriesDocumentFormatter(CategoriesDocument) |
지정된 AtomPub10CategoriesDocumentFormatter를 사용하여 CategoriesDocument 클래스의 새 인스턴스를 만듭니다. |
AtomPub10CategoriesDocumentFormatter(Type, Type) |
지정된 AtomPub10CategoriesDocumentFormatter를 사용하여 CategoriesDocument 클래스의 새 인스턴스를 만듭니다. |
AtomPub10CategoriesDocumentFormatter()
AtomPub10CategoriesDocumentFormatter 클래스의 새 인스턴스를 만듭니다.
public:
AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()
적용 대상
AtomPub10CategoriesDocumentFormatter(CategoriesDocument)
지정된 AtomPub10CategoriesDocumentFormatter를 사용하여 CategoriesDocument 클래스의 새 인스턴스를 만듭니다.
public:
AtomPub10CategoriesDocumentFormatter(System::ServiceModel::Syndication::CategoriesDocument ^ documentToWrite);
public AtomPub10CategoriesDocumentFormatter (System.ServiceModel.Syndication.CategoriesDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocument -> System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter
Public Sub New (documentToWrite As CategoriesDocument)
매개 변수
- documentToWrite
- CategoriesDocument
serialize할 CategoriesDocument입니다.
적용 대상
AtomPub10CategoriesDocumentFormatter(Type, Type)
지정된 AtomPub10CategoriesDocumentFormatter를 사용하여 CategoriesDocument 클래스의 새 인스턴스를 만듭니다.
public:
AtomPub10CategoriesDocumentFormatter(Type ^ inlineDocumentType, Type ^ referencedDocumentType);
public AtomPub10CategoriesDocumentFormatter (Type inlineDocumentType, Type referencedDocumentType);
new System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter : Type * Type -> System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter
Public Sub New (inlineDocumentType As Type, referencedDocumentType As Type)
매개 변수
- inlineDocumentType
- Type
서비스 문서 내의 <atom:categories
> 요소로 직렬화될 수 있는 InlineCategoriesDocument이며 범주 집합은 요소 내에 지정됩니다.
- referencedDocumentType
- Type
서비스 문서 내의 <atom:categories
> 요소로 직렬화될 수 있는 ReferencedCategoriesDocument이며 범주 집합은 URI를 사용하여 참조됩니다.