IVsWritableSettingsStore::DeleteProperty Method (String^, String^)
Visual Studio 2015
Deletes a property in a collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- collectionPath
-
Type:
System::String^
[in] The path to the collection.
- propertyName
-
Type:
System::String^
[in] The property to delete.
Return Value
Type: System::Int32Returns T:Microsoft.VisualStudio.VSConstants.S_OK if the property was deleted, or T:Microsoft.VisualStudio.VSConstants.S_FALSE if the property or collection does not exist.
Show: