ICustomProperty.GetValue(Object) Method

Definition

Gets the value of the custom property from a particular instance.

public:
 Platform::Object ^ GetValue(Platform::Object ^ target);
IInspectable GetValue(IInspectable const& target);
public object GetValue(object target);
function getValue(target)
Public Function GetValue (target As Object) As Object

Parameters

target
Object

Platform::Object

IInspectable

The owning instance.

Returns

Object

Platform::Object

IInspectable

The retrieved value.

Applies to