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

適用於