ResourceCollectionInfo コンストラクター

定義

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

オーバーロード

ResourceCollectionInfo()

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

ResourceCollectionInfo(TextSyndicationContent, Uri)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

ResourceCollectionInfo(String, Uri)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

ResourceCollectionInfo()

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

public:
 ResourceCollectionInfo();
public ResourceCollectionInfo ();
Public Sub New ()

適用対象

ResourceCollectionInfo(TextSyndicationContent, Uri)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

public:
 ResourceCollectionInfo(System::ServiceModel::Syndication::TextSyndicationContent ^ title, Uri ^ link);
public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link);
new System.ServiceModel.Syndication.ResourceCollectionInfo : System.ServiceModel.Syndication.TextSyndicationContent * Uri -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As TextSyndicationContent, link As Uri)

パラメーター

title
TextSyndicationContent

コレクションのタイトル。

link
Uri

コレクションの URI。

適用対象

ResourceCollectionInfo(String, Uri)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

public:
 ResourceCollectionInfo(System::String ^ title, Uri ^ link);
public ResourceCollectionInfo (string title, Uri link);
new System.ServiceModel.Syndication.ResourceCollectionInfo : string * Uri -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As String, link As Uri)

パラメーター

title
String

コレクションのタイトル。

link
Uri

コレクションの URI。

適用対象

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

public:
 ResourceCollectionInfo(System::ServiceModel::Syndication::TextSyndicationContent ^ title, Uri ^ link, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::CategoriesDocument ^> ^ categories, bool allowsNewEntries);
public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.CategoriesDocument> categories, bool allowsNewEntries);
new System.ServiceModel.Syndication.ResourceCollectionInfo : System.ServiceModel.Syndication.TextSyndicationContent * Uri * seq<System.ServiceModel.Syndication.CategoriesDocument> * bool -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As TextSyndicationContent, link As Uri, categories As IEnumerable(Of CategoriesDocument), allowsNewEntries As Boolean)

パラメーター

title
TextSyndicationContent

コレクションのタイトル。

link
Uri

コレクションの URI。

categories
IEnumerable<CategoriesDocument>

カテゴリ ドキュメントのコレクション。

allowsNewEntries
Boolean

新しい <accept> 要素をコレクションに追加できるかどうかを示す値。

注釈

<accept> 要素は、コレクションに追加できるリソースの種類を指定します。

適用対象

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

ResourceCollectionInfo クラスの新しいインスタンスを作成します。

public:
 ResourceCollectionInfo(System::ServiceModel::Syndication::TextSyndicationContent ^ title, Uri ^ link, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::CategoriesDocument ^> ^ categories, System::Collections::Generic::IEnumerable<System::String ^> ^ accepts);
public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.CategoriesDocument> categories, System.Collections.Generic.IEnumerable<string> accepts);
new System.ServiceModel.Syndication.ResourceCollectionInfo : System.ServiceModel.Syndication.TextSyndicationContent * Uri * seq<System.ServiceModel.Syndication.CategoriesDocument> * seq<string> -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As TextSyndicationContent, link As Uri, categories As IEnumerable(Of CategoriesDocument), accepts As IEnumerable(Of String))

パラメーター

title
TextSyndicationContent

コレクションのタイトル。

link
Uri

コレクションの URI。

categories
IEnumerable<CategoriesDocument>

カテゴリ ドキュメントのコレクション。

accepts
IEnumerable<String>

コレクションに追加できるリソースの型のコレクション。

適用対象