Partager via


SignedDataBlocks.Item - Propriété

Obtient une référence à l'objet spécifié SignedDataBlockObject à partir de la collection SignedDataBlocksCollection , en fonction de la position ou du nom.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
ReadOnly Default Property Item ( _
    varIndex As Object _
) As SignedDataBlockObject
    Get
'Utilisation
Dim instance As SignedDataBlocks
Dim varIndex As Object
Dim value As SignedDataBlockObject

value = instance(varIndex)
SignedDataBlockObject this[
    Object varIndex
] { get; }

Paramètres

  • varIndex
    Type : System.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.

Valeur de propriété

Type : Microsoft.Office.Interop.InfoPath.SignedDataBlockObject

Voir aussi

Référence

SignedDataBlocks interface

SignedDataBlocks - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms