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
。