RegistrationKeyMock.SetValue(String, Object) 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 SetValue(System::String ^ valueName, System::Object ^ value);
public override void SetValue (string valueName, object value);
override this.SetValue : string * obj -> unit
Public Overrides Sub SetValue (valueName As String, value As Object)
Parameters
- valueName
- String
- value
- Object