InlineCategoriesDocument 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.
오버로드
InlineCategoriesDocument() |
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다. |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>) |
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다. |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String) |
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다. |
InlineCategoriesDocument()
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.
public:
InlineCategoriesDocument();
public InlineCategoriesDocument ();
Public Sub New ()
적용 대상
InlineCategoriesDocument(IEnumerable<SyndicationCategory>)
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.
public:
InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory))
매개 변수
- categories
- IEnumerable<SyndicationCategory>
배포 범주 컬렉션입니다.
적용 대상
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)
InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.
public:
InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory), isFixed As Boolean, scheme As String)
매개 변수
- categories
- IEnumerable<SyndicationCategory>
배포 범주 컬렉션입니다.
- isFixed
- Boolean
배포 범주를 InlineCategoriesDocument에 추가할 수 있는지 여부를 지정합니다.
- scheme
- String
InlineCategoriesDocument의 체계입니다.