ICustomProperty.SetValue(Object, Object) Method

Definition

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.

Applies to