ErrorsCollectionClass.Item-Eigenschaft
Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(0)> _
Public Overridable ReadOnly Default Property Item ( _
<InAttribute> index As Integer _
) As ErrorObject Implements Errors.Item
'Usage
Dim instance As ErrorsCollectionClass
Dim index As Integer
Dim value As ErrorObject
value = CType(instance, Errors).Item(index)
[DispIdAttribute(0)]
public virtual ErrorObject Errors.this [
[InAttribute] int index
] { get; }
Parameter
- index
Siehe auch
Referenz
ErrorsCollectionClass-Klasse
ErrorsCollectionClass-Member
Microsoft.Office.Interop.InfoPath-Namespace