BaseRegistrationContextMock.RemoveValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void RemoveValue(System::String ^ keyname, System::String ^ valuename);
public override void RemoveValue (string keyname, string valuename);
override this.RemoveValue : string * string -> unit
Public Overrides Sub RemoveValue (keyname As String, valuename As String)
Parameters
- keyname
- String
- valuename
- String