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.MarkupAssembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax 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:
ObjectThe object value to set on the property where the extension is applied.
See Also