WritableSettingsStore::DeleteProperty Method (String^, String^)
Visual Studio 2015
Deletes the given property from the collection. If the property or the collection does not exist then the method returns false.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual bool DeleteProperty( String^ collectionPath, String^ propertyName ) abstract
Parameters
- collectionPath
-
Type:
System::String^
Collection that contains the property to be deleted.
- propertyName
-
Type:
System::String^
Name of the property.
Return Value
Type: System::Boolean
Show: