Click or drag to resize

PrimitiveExtensionProvideValue Method

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

Namespace:  BionicCode.Utilities.Net.Core.Wpf.Markup
Assembly:  BionicCode.Utilities.Net.Core.Wpf (in BionicCode.Utilities.Net.Core.Wpf.dll) Version: 1.0.2
Syntax
public override Object ProvideValue(
	IServiceProvider serviceProvider
)

Parameters

serviceProvider
Type: SystemIServiceProvider
A service provider helper that can provide services for the markup extension.

Return Value

Type: Object
The object value to set on the property where the extension is applied.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md