A service provider helper that can provide services for the markup extension.
ProvideValue Method (SeriesBinding)
When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.
Syntax
public override object ProvideValue( 
   IServiceProvider serviceProvider
)

Parameters

serviceProvider
A service provider helper that can provide services for the markup extension.

Return Value

The object value to set on the property where the extension is applied.
Requirements

Target Platforms: Windows 7, 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