SPFeaturePropertyCollection.Item - Propriété (Int32)
Obtient l'objet de propriété de fonctionnalité à l'index spécifié dans la collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Object
Get
'Utilisation
Dim instance As SPFeaturePropertyCollection
Dim index As Integer
Dim value As Object
value = instance(index)
public Object this[
int index
] { get; }
Paramètres
index
Type : System.Int32Un entier 32 bits qui indique l'index.
Valeur de propriété
Type : System.Object
Objet SPFeatureProperty qui représente la propriété de fonctionnalité.
Voir aussi
Référence
SPFeaturePropertyCollection classe