Partager via


SPFeaturePropertyCollection.Remove - Méthode

Supprime la 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 Sub Remove ( _
    name As String _
)
'Utilisation
Dim instance As SPFeaturePropertyCollection
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)

Paramètres

  • name
    Type : System.String

    Nom de la propriété de fonctionnalité.

Exceptions

Exception Condition
ArgumentNullException

name est null .

Voir aussi

Référence

SPFeaturePropertyCollection classe

SPFeaturePropertyCollection - Membres

Microsoft.SharePoint - Espace de noms