Sdílet prostřednictvím


XDocumentsCollectionClass.XDocuments_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
Public Overridable ReadOnly Property XDocuments_Item ( _
    <InAttribute> varIndex As Object _
) As XDocument Implements XDocuments.Item
'Usage
Dim instance As XDocumentsCollectionClass
Dim varIndex As Object
Dim value As XDocument

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

Parameter

  • varIndex

Siehe auch

Referenz

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