IXamlMember.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.
Provides a set-value utility for this IXamlMember.
public:
void SetValue(Platform::Object ^ instance, Platform::Object ^ value);
void SetValue(IInspectable const& instance, IInspectable const& value);
public void SetValue(object instance, object value);
function setValue(instance, value)
Public Sub SetValue (instance As Object, value As Object)
Parameters
- instance
-
Object
Platform::Object
IInspectable
The object instance to set the member value on.
- value
-
Object
Platform::Object
IInspectable
The member value to set.