SPFeaturePropertyCollection.Item-Eigenschaft (Int32)
Ruft das Feature Property-Objekt am angegebenen Index in der Auflistung ab.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Object
Get
'Usage
Dim instance As SPFeaturePropertyCollection
Dim index As Integer
Dim value As Object
value = instance(index)
public Object this[
int index
] { get; }
Parameter
index
Typ: System.Int3232-Bit-eine ganze Zahl, die den Index angibt.
Eigenschaftswert
Typ: System.Object
Ein SPFeatureProperty -Objekt, das die Feature-Eigenschaft darstellt.
Siehe auch
Referenz
SPFeaturePropertyCollection Klasse