MetadataSet コンストラクター

定義

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 を作成します。

適用対象