MetadataSet コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MetadataSet クラスの新しいインスタンスを初期化します。
オーバーロード
MetadataSet() |
MetadataSet クラスの新しいインスタンスを初期化します。 |
MetadataSet(IEnumerable<MetadataSection>) |
指定した MetadataSet オブジェクトのコレクションを格納している MetadataSection クラスの新しいインスタンスを初期化します。 |
MetadataSet()
MetadataSet クラスの新しいインスタンスを初期化します。
public:
MetadataSet();
public MetadataSet ();
Public Sub New ()
注釈
新しい MetadataSet オブジェクトを作成します。
適用対象
MetadataSet(IEnumerable<MetadataSection>)
指定した MetadataSet オブジェクトのコレクションを格納している MetadataSection クラスの新しいインスタンスを初期化します。
public:
MetadataSet(System::Collections::Generic::IEnumerable<System::ServiceModel::Description::MetadataSection ^> ^ sections);
public MetadataSet (System.Collections.Generic.IEnumerable<System.ServiceModel.Description.MetadataSection> sections);
new System.ServiceModel.Description.MetadataSet : seq<System.ServiceModel.Description.MetadataSection> -> System.ServiceModel.Description.MetadataSet
Public Sub New (sections As IEnumerable(Of MetadataSection))
パラメーター
- sections
- IEnumerable<MetadataSection>
MetadataSet が格納するメタデータの値。
注釈
MetadataSet から新しい sections
を作成します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET