Condividi tramite


Proprietà _XDocument2.SignedDataBlocks

Ottiene un riferimento all'insieme SignedDataBlocksCollection associato a un oggetto XDocument.

Spazio dei nomi:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Sintassi

'Dichiarazione
ReadOnly Property SignedDataBlocks As SignedDataBlocksCollection
    Get
'Utilizzo
Dim instance As _XDocument2
Dim value As SignedDataBlocksCollection

value = instance.SignedDataBlocks
SignedDataBlocksCollection SignedDataBlocks { get; }

Valore proprietà

Tipo: Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection

Osservazioni

Importante

Possono accedere a questo membro solo moduli eseguiti nello stesso dominio del modulo aperto oppure moduli a cui sono state concesse autorizzazioni tra domini.

Esempi

Nell'esempio seguente, la proprietà SignedDataBlocks dell'oggetto XDocument viene utilizzata per ottenere un riferimento all'insieme SignedDataBlocksCollection, quindi viene utilizzata l'indicizzazione matrice per accedere a un oggetto SignedDataBlockObject:

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

Vedere anche

Riferimenti

_XDocument2 Interfaccia

Membri _XDocument2

Spazio dei nomi Microsoft.Office.Interop.InfoPath.SemiTrust