다음을 통해 공유


InlineCategoriesDocument 생성자

정의

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의 체계입니다.

적용 대상