Partager via


_XDocument2.SignedDataBlocks, propriété

Obtient une référence à la collection SignedDataBlocksCollection associée à un objet XDocument.

Cette propriété n'est pas conforme à la spécification CLS.  

Espace de noms : Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly : Microsoft.Office.Interop.InfoPath.SemiTrust (dans microsoft.office.interop.infopath.semitrust.dll)

Syntaxe

<DispIdAttribute(40)> _
ReadOnly Property SignedDataBlocks As SignedDataBlocksCollection

Dim instance As _XDocument2
Dim value As SignedDataBlocksCollection

value = instance.SignedDataBlocks
[DispIdAttribute(40)] 
SignedDataBlocksCollection SignedDataBlocks { get; }

Remarques

Important :

Ce membre est accessible uniquement par les formulaires qui s'exécutent dans le même domaine que le formulaire ouvert ou par les formulaires qui disposent d'autorisations indépendantes des domaines.

Exemple

Dans l'exemple suivant, la propriété SignedDataBlocks de l'objet XDocument est utilisée pour obtenir une référence à la collection SignedDataBlocksCollection. Un objet SignedDataBlockObject individuel est alors accessible grâce à l'indexation de tableau :

SignedDataBlocksCollection sblocks = thisXDocument.SignedDataBlocks;
SignedDataBlockObject sdblock = sblocks[0];

Voir aussi

Référence

_XDocument2, interface
Membres _XDocument2
Microsoft.Office.Interop.InfoPath.SemiTrust, espace de noms