ConfigurationCollectionAttribute.ItemType Propiedad

Definición

Obtiene el tipo del elemento de colección.

public:
 property Type ^ ItemType { Type ^ get(); };
public Type ItemType { get; }
member this.ItemType : Type
Public ReadOnly Property ItemType As Type

Valor de propiedad

Tipo del elemento de colección.

Comentarios

La reflexión usa la ItemType propiedad para obtener el tipo de elemento de configuración.

Se aplica a