Partager via


WritableSettingsStore.DeleteProperty, méthode

Supprime la propriété donnée de la collection.Si la propriété ou la collection n'existe pas ensuite la méthode retourne false.

Espace de noms :  Microsoft.VisualStudio.Settings
Assemblys :   Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Settings (dans Microsoft.VisualStudio.Settings.dll)

Syntaxe

'Déclaration
Public MustOverride Function DeleteProperty ( _
    collectionPath As String, _
    propertyName As String _
) As Boolean
public abstract bool DeleteProperty(
    string collectionPath,
    string propertyName
)

Paramètres

  • collectionPath
    Type : System.String
    Collection qui contient la propriété à supprimer.

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

WritableSettingsStore Classe

Microsoft.VisualStudio.Settings, espace de noms