TypeElementCollection.CollectionType Propriedade

Definição

Obtém a coleção de elementos que representa os tipos que usam os tipos conhecidos.Gets the collection of elements that represents the types using known types.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

ConfigurationElementCollectionType

Um ConfigurationElementCollectionType que contém os objetos de elemento.A ConfigurationElementCollectionType that contains the element objects.

Aplica-se a