CustomXMLValidationErrors.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un CustomXMLValidationError objet de la CustomXMLValidationErrors collection. En lecture seule.
public:
property Microsoft::Office::Core::CustomXMLValidationError ^ default[int] { Microsoft::Office::Core::CustomXMLValidationError ^ get(int Index); };
public Microsoft.Office.Core.CustomXMLValidationError this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.CustomXMLValidationError
Default Public ReadOnly Property Item(Index As Integer) As CustomXMLValidationError
Paramètres
- Index
- Int32
Nom ou numéro d’index de l’objet CustomXMLValidationError à retourner.