FeatureAttributeCollection.Remove
Remove(string)
Supprime l’attribut de la collection.
public void Remove(string name)
| Paramètre | Taper | La description |
|---|
| name | String | Nom de l’attribut. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | L’argument estnull. |
| InvalidOperationException | La collection est verrouillée. |
Voir également
Remove(int)
Supprime l’attribut de la collection.
public void Remove(int index)
| Paramètre | Taper | La description |
|---|
| index | Int32 | Index de l’attribut. |
Exceptions
| exception | condition |
|---|
| InvalidOperationException | La collection est verrouillée. |
| ArgumentOutOfRangeException | L’indice est hors plage. |
Voir également