MarkupExtension.ProvideValue Method

Definition

When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.

protected:
 virtual Platform::Object ^ ProvideValue() = ProvideValue;
IInspectable ProvideValue();
protected virtual object ProvideValue();
function provideValue()
Protected Overridable Function ProvideValue () As Object

Returns

Object

Platform::Object

IInspectable

The object value to set on the property where the extension is applied.

Applies to