 |
StaticImageResourceExtensionProvideValue Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Returns an object that is provided as the value of the target property for this markup extension.
Namespace:
WeroSoft.Resources.Accessors
Assembly:
WeroSoft.Resource.Library (in WeroSoft.Resource.Library.dll) Version: 3.0
Syntaxpublic override 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