CategoriesDocument.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい CategoriesDocument のインスタンスを作成します。
オーバーロード
Create(Collection<SyndicationCategory>) |
新しい CategoriesDocument のインスタンスを作成します。 |
Create(Uri) |
CategoriesDocument の新しいインスタンスを作成し、指定した Uri で初期化します。 |
Create(Collection<SyndicationCategory>, Boolean, String) |
CategoriesDocument クラスの新しいインスタンスを作成します。 |
Create(Collection<SyndicationCategory>)
新しい CategoriesDocument のインスタンスを作成します。
public:
static System::ServiceModel::Syndication::InlineCategoriesDocument ^ Create(System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public static System.ServiceModel.Syndication.InlineCategoriesDocument Create (System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> categories);
static member Create : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Shared Function Create (categories As Collection(Of SyndicationCategory)) As InlineCategoriesDocument
パラメーター
- categories
- Collection<SyndicationCategory>
新しい SyndicationCategory インスタンスの初期化に使用する CategoriesDocument インスタンスのコレクション。
戻り値
InlineCategoriesDocument を返します。
適用対象
Create(Uri)
CategoriesDocument の新しいインスタンスを作成し、指定した Uri で初期化します。
public:
static System::ServiceModel::Syndication::ReferencedCategoriesDocument ^ Create(Uri ^ linkToCategoriesDocument);
public static System.ServiceModel.Syndication.ReferencedCategoriesDocument Create (Uri linkToCategoriesDocument);
static member Create : Uri -> System.ServiceModel.Syndication.ReferencedCategoriesDocument
Public Shared Function Create (linkToCategoriesDocument As Uri) As ReferencedCategoriesDocument
パラメーター
- linkToCategoriesDocument
- Uri
カテゴリ ドキュメントの URI。
戻り値
ReferencedCategoriesDocument を返します。
適用対象
Create(Collection<SyndicationCategory>, Boolean, String)
CategoriesDocument クラスの新しいインスタンスを作成します。
public:
static System::ServiceModel::Syndication::InlineCategoriesDocument ^ Create(System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public static System.ServiceModel.Syndication.InlineCategoriesDocument Create (System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
static member Create : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Shared Function Create (categories As Collection(Of SyndicationCategory), isFixed As Boolean, scheme As String) As InlineCategoriesDocument
パラメーター
- categories
- Collection<SyndicationCategory>
カテゴリのコレクション。
- isFixed
- Boolean
ユーザーがカテゴリ ドキュメントにカテゴリを追加できるかどうかを指定する値。
- scheme
- String
カテゴリ ドキュメントのスキーム。
戻り値
InlineCategoriesDocument を返します。
注釈
isFixed
パラメーターが true
に設定された場合、カテゴリ ドキュメント内に含まれているドキュメントは不変になります。
isFixed
パラメーターが true
に設定された場合、他のカテゴリをカテゴリ ドキュメントに追加できます。
適用対象
.NET