RegistryProvider.RemoveProperty(String, String) Method

Definition

Removes a property on the item specified by the path.

public:
 virtual void RemoveProperty(System::String ^ path, System::String ^ propertyName);
public:
 void RemoveProperty(Platform::String ^ path, Platform::String ^ propertyName);
void RemoveProperty(std::wstring const & path, std::wstring const & propertyName);
public void RemoveProperty (string path, string propertyName);
override this.RemoveProperty : string * string -> unit
Public Sub RemoveProperty (path As String, propertyName As String)

Parameters

path
String

The path to the item on which the property should be removed.

propertyName
String

The name of the property to be removed.

Implements

Remarks

Implement this method when you are providing access to a data store that allows dynamic removal of properties.

Applies to