SignedDataBlocks.Item[Object] 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 une référence à l’objet spécifié SignedDataBlockObject à partir de la collection, en fonction de la SignedDataBlocksCollection position ou du nom.
public:
property Microsoft::Office::Interop::InfoPath::SignedDataBlockObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::SignedDataBlockObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.SignedDataBlockObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.SignedDataBlockObject
Default Public ReadOnly Property Item(varIndex As Object) As SignedDataBlockObject
Paramètres
- varIndex
- Object
Expression qui indique la position d'un membre de la collection SignedDataBlocksCollection. S'il s'agit d'une expression numérique, l'argument doit être un chiffre compris entre 0 et la valeur de la propriété Count de la collection, moins 1. S'il s'agit d'une expression chaîne, l'argument doit être le nom d'un membre de la collection.