Sdílet prostřednictvím


WindowsCollectionClass.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 WindowObject Implements Windows.Item
'Usage
Dim instance As WindowsCollectionClass
Dim varIndex As Object
Dim value As WindowObject

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

Parameter

  • varIndex

Siehe auch

Referenz

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