Version

ProvideValue Method

Returns a binding
Syntax
'Declaration
 
Public Overrides Function ProvideValue( _
   ByVal serviceProvider As IServiceProvider _
) As Object
public override object ProvideValue( 
   IServiceProvider serviceProvider
)

Parameters

serviceProvider
The service provider object.

Return Value

The binding
Exceptions
ExceptionDescription
System.Windows.Markup.XamlParseExceptionIf used on any object other than a Field, FieldSettings, FieldLayout or FieldLayoutSettings or if used to bind to a property of a type that is assignable to System.Windows.Data.BindingBase.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also