WritableSettingsStore::DeleteCollection Method (String^)
Visual Studio 2015
Deletes the given collection recursively deleting all of the sub-collections and properties in it. If the collection does not exist or an empty string ("") is passed then the method returns false.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- collectionPath
-
Type:
System::String^
Path of the collection to be deleted.
Return Value
Type: System::Boolean
Show: