TypeElementCollection.CollectionType 属性

定义

获取元素集合,该集合表示使用已知类型的类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property System::Configuration::ConfigurationElementCollectionType CollectionType { System::Configuration::ConfigurationElementCollectionType get(); };
public override System.Configuration.ConfigurationElementCollectionType CollectionType { get; }
member this.CollectionType : System.Configuration.ConfigurationElementCollectionType
Public Overrides ReadOnly Property CollectionType As ConfigurationElementCollectionType

属性值

一个包含元素对象的 ConfigurationElementCollectionType

适用于