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
IInspectable
The object instance to get the member value from.
Returns
-
Object
IInspectable
The member value.
Applies to
Feedback
Submit and view feedback for