Click or drag to resize
StaticResourceProvideValue Method
returns an object that is provided as the value of the target property for this StaticResource.

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override Object ProvideValue(
	IServiceProvider serviceProvider
)

Parameters

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

Return Value

Type: Object
An object that is provided as the value of the target property for this StaticResource.
See Also