WritableSettingsStore::DeleteProperty Method (String^, String^)

 

Deletes the given property from the collection. If the property or the collection does not exist then the method returns false.

Namespace:   Microsoft.VisualStudio.Settings
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
Return to top
Show: