Errors.Item[Int32] 属性

定义

从集合中获取对指定 ErrorObject 对象的引用。

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

参数

index
Int32

一个表达式,指定集合成员 ErrorsCollection 的位置 参数必须是从 0 到属性值减去 1 的数字 Count

属性值

示例

由于 Item 属性是集合的默认属性 ErrorsCollection ,因此可按如下所示使用:

Error nextError = thisXDocument.Errors[i];

注解

如果为 index 参数提供的值与集合的任何现有成员都不匹配,则会发生错误。

在设置了对 Item 方法返回的 Error 对象的引用之后,可以访问其任何属性或方法。

重要说明:可以不受限制地访问此成员。

适用于