Compartilhar via


FormErrorCollection.Item[Int32] Propriedade

Definição

Obtém um FormError objeto do FormErrorCollection objeto associado ao formulário atual por valor de índice.

public:
 abstract property Microsoft::Office::InfoPath::FormError ^ default[int] { Microsoft::Office::InfoPath::FormError ^ get(int index); };
public abstract Microsoft.Office.InfoPath.FormError this[int index] { get; }
member this.Item(int) : Microsoft.Office.InfoPath.FormError
Default Public MustOverride ReadOnly Property Item(index As Integer) As FormError

Parâmetros

index
Int32

O índice baseado em zero do objeto FormError a ser recuperado.

Valor da propriedade

Um FormError objeto que representa um erro no formulário.

Exceções

O valor do índice era inválido (index 0 ou index>Count)<

Comentários

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Aplica-se a