Sdílet prostřednictvím


XDocumentsCollectionClass.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> varIndex As Object _
) As XDocument Implements XDocuments2.Item
'Usage
Dim instance As XDocumentsCollectionClass
Dim varIndex As Object
Dim value As XDocument

value = CType(instance, XDocuments2).Item(varIndex)
[DispIdAttribute(0)] 
public virtual XDocument XDocuments2.this [
    [InAttribute] Object varIndex
] { get; }

Parameter

  • varIndex

Siehe auch

Referenz

XDocumentsCollectionClass-Klasse
XDocumentsCollectionClass-Member
Microsoft.Office.Interop.InfoPath-Namespace