Item

CustomPropertyCollection indexer (1 of 2)

Obtient la propriété personnalisée par l’index spécifique.

public CustomProperty this[int index] { get; }
ParamètreLa description
indexL’index.

Return_Value

La propriété personnalisée

Voir également


CustomPropertyCollection indexer (2 of 2)

Obtient la propriété personnalisée par le nom de la propriété.

public CustomProperty this[string name] { get; }
ParamètreLa description
nameLe nom de la propriété.

Return_Value

La propriété personnalisée

Voir également