IXamlMember.GetValue(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 get-value utility for this IXamlMember.
public:
Platform::Object ^ GetValue(Platform::Object ^ instance);
IInspectable GetValue(IInspectable const& instance);
public object GetValue(object instance);
function getValue(instance)
Public Function GetValue (instance As Object) As Object
Parameters
- instance
-
Object
Platform::Object
IInspectable
The object instance to get the member value from.
Returns
The member value.