Sdílet prostřednictvím


ViewInfosCollectionClass.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 ViewInfoObject Implements ViewInfos.Item
'Usage
Dim instance As ViewInfosCollectionClass
Dim varIndex As Object
Dim value As ViewInfoObject

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

Parameter

  • varIndex

Siehe auch

Referenz

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