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.
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
- value
-
Object
Platform::Object
IInspectable