편집

다음을 통해 공유


SignedDataBlockCollection.Item[Int32] Property

Definition

Gets a reference to the specified SignedDataBlock object from the SignedDataBlockCollection object based on index position.

public:
 abstract property Microsoft::Office::InfoPath::SignedDataBlock ^ default[int] { Microsoft::Office::InfoPath::SignedDataBlock ^ get(int index); };
public abstract Microsoft.Office.InfoPath.SignedDataBlock this[int index] { get; }
member this.Item(int) : Microsoft.Office.InfoPath.SignedDataBlock
Default Public MustOverride ReadOnly Property Item(index As Integer) As SignedDataBlock

Parameters

index
Int32

The zero-based index of the SignedDataBlock object to retrieve. The specified value must be a number from 0 to the value of the collection's Count property minus 1.

Property Value

The SignedDataBlock object that corresponds to the specified index value.

Exceptions

The index value is out of range.

Remarks

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Applies to