Partager via


PropertyCollection.RemoveProperty, méthode

Supprime la propriété associée à la clé spécifiée.

Espace de noms :  Microsoft.VisualStudio.Utilities
Assembly :  Microsoft.VisualStudio.CoreUtility (dans Microsoft.VisualStudio.CoreUtility.dll)

Syntaxe

'Déclaration
Public Function RemoveProperty ( _
    key As Object _
) As Boolean
public bool RemoveProperty(
    Object key
)
public:
bool RemoveProperty(
    Object^ key
)
member RemoveProperty : 
        key:Object -> bool
public function RemoveProperty(
    key : Object
) : boolean

Paramètres

  • key
    Type : Object

    Clé de la propriété à supprimer.

Valeur de retour

Type : Boolean
true si la propriété a été trouvée et supprimée ; false si la propriété est introuvable.

Exceptions

Exception Condition
ArgumentNullException

key a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

PropertyCollection Classe

Microsoft.VisualStudio.Utilities, espace de noms