Partager via


SPFeaturePropertyCollection.Item - Propriété (String)

Obtient l'objet de propriété de fonctionnalité avec le nom spécifié de la collection.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SPFeatureProperty
    Get
'Utilisation
Dim instance As SPFeaturePropertyCollection
Dim propertyName As String
Dim value As SPFeatureProperty

value = instance(propertyName)
public SPFeatureProperty this[
    string propertyName
] { get; }

Paramètres

  • propertyName
    Type : System.String

    Chaîne qui contient le nom de la propriété.

Valeur de propriété

Type : Microsoft.SharePoint.SPFeatureProperty
Objet SPFeatureProperty qui représente la propriété de fonctionnalité.

Voir aussi

Référence

SPFeaturePropertyCollection classe

SPFeaturePropertyCollection - Membres

Item - Surcharge

Microsoft.SharePoint - Espace de noms