ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / C1StaticResource Class / ProvideValue Method
A service provider helper that can provide services for the markup extension.

In This Topic
    ProvideValue Method (C1StaticResource)
    In This Topic
    Returns an object that is provided as the value of this markup extension.
    Syntax
    'Declaration
     
    
    Public Overrides Function ProvideValue( _
       ByVal serviceProvider As System.IServiceProvider _
    ) As System.Object
    public override System.object ProvideValue( 
       System.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.
    See Also