RegistryProvider.ClearProperty(String, Collection<String>) Method

Definition

Clears a property of the item at the specified path.

public:
 virtual void ClearProperty(System::String ^ path, System::Collections::ObjectModel::Collection<System::String ^> ^ propertyToClear);
public void ClearProperty (string path, System.Collections.ObjectModel.Collection<string> propertyToClear);
override this.ClearProperty : string * System.Collections.ObjectModel.Collection<string> -> unit
Public Sub ClearProperty (path As String, propertyToClear As Collection(Of String))

Parameters

path
String

The path to the item on which to clear the property.

propertyToClear
Collection<String>

The name of the property to clear.

Implements

Applies to