Item

Form indexer (1 of 2)

Obtient le champ du formulaire par nom de champ. Lève une exception si le champ n’a pas été trouvé.

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

Return_Value

Champ récupéré.

Voir également


Form indexer (2 of 2)

Obtient le champ du formulaire par index de champ.

public WidgetAnnotation this[int index] { get; }
ParamètreLa description
indexIndex du domaine.

Return_Value

Champ récupéré.

Voir également