共用方式為


Errors.Item 屬性

從集合中取得指定之 ErrorObject 物件的參考。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<DispIdAttribute(0)> _
ReadOnly Default Property Item ( _
    <InAttribute> index As Integer _
) As ErrorObject
'用途
Dim instance As Errors
Dim index As Integer
Dim value As ErrorObject

value = instance(index)
[DispIdAttribute(0)] 
ErrorObject this [
    [InAttribute] int index
] { get; }

參數

  • index
    指定 ErrorsCollection 集合的成員位置運算式。引數必須是從 0 至 Count 屬性值減 1 的數字。

備註

如果為 index 引數提供的值不符合任何現有的集合成員,則會發生錯誤。

在設定 Item 方法所傳回的 Error 物件參考後,即可存取它的任何屬性或方法。

範例

由於 Item 屬性是 ErrorsCollection 集合的預設屬性,可依下列所示使用:

Error nextError = thisXDocument.Errors[i];

請參閱

參考

Errors 介面
Errors 成員
Microsoft.Office.Interop.InfoPath 命名空間