SignedDataBlockCollection.Item[Int32] 属性

定义

根据索引位置从 SignedDataBlockCollection 对象获取对指定SignedDataBlock对象的引用。

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

参数

index
Int32

要检索的 SignedDataBlock 对象的从零开始的索引。 指定的值必须是从 0 到集合 Count 的 属性值减去 1 的数字。

属性值

SignedDataBlock 指定的索引值对应的 对象。

例外

索引值超出范围。

注解

此成员只能由与当前打开的表单在相同域中运行的表单访问,或者由已授予跨域权限的表单访问。

可以通过 Microsoft InfoPath Filler 中打开的表单中运行的代码访问此类型或成员。

适用于