Item

Field indexer (1 of 2)

Obtient le sous-champ contenu dans ce champ par le nom du sous-champ.

public WidgetAnnotation this[string name] { get; }
ParamètreLa description
nameNom du sous-champ contenu.

Return_Value

Instance de terrain.

Voir également


Field indexer (2 of 2)

Obtient le sous-champ contenu dans ce champ par index.

public WidgetAnnotation this[int index] { get; }
ParamètreLa description
indexIndex du sous-champ demandé.

Return_Value

Instance de terrain.

Voir également