Table of Contents

Method ProvideValue

Namespace
Innova.Prism.Library.Extensions
Assembly
Innova.Prism.Library.dll

ProvideValue(IServiceProvider)

Returns an object that is provided as the value of the target property for this markup extension.

public override object ProvideValue(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

A service provider helper that can provide services for the markup extension.

Returns

object

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