Click or drag to resize
MarkupExtensionProvideValue 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: System.Windows.Markup
Assembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract 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