ICustomProperty.SetValue(Object, 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.
Sets the custom property value on a specified instance.
public:
void SetValue(Platform::Object ^ target, Platform::Object ^ value);
void SetValue(IInspectable const& target, IInspectable const& value);
public void SetValue(object target, object value);
function setValue(target, value)
Public Sub SetValue (target As Object, value As Object)
Parameters
- target
-
Object
Platform::Object
IInspectable
The owner instance.
- value
-
Object
Platform::Object
IInspectable
The value to set.