MarkupExtension.ProvideValue 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.
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
The object value to set on the property where the extension is applied.