Item

CustomPropertyCollection indexer (1 of 2)

Obtiene la propiedad personalizada por el índice específico.

public CustomProperty this[int index] { get; }
ParámetroDescripción
indexEl índice.

Valor_devuelto

La propiedad personalizada

Ver también


CustomPropertyCollection indexer (2 of 2)

Obtiene la propiedad personalizada por el nombre de propiedad.

public CustomProperty this[string name] { get; }
ParámetroDescripción
nameEl nombre de la propiedad.

Valor_devuelto

La propiedad personalizada

Ver también