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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public override Object ProvideValue(
	IServiceProvider serviceProvider
)
Visual Basic (Declaration)
Public Overrides Function ProvideValue ( _
	serviceProvider As IServiceProvider _
) As Object

Parameters

serviceProvider
Type: System..::.IServiceProvider
Object that can provide services for the markup extension.

Return Value

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

See Also