ESRI.ArcGIS.Mobile.Client
ProvideValue Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace > TaskNoteToAbbreviatedStringConverter Class : ProvideValue Method

serviceProvider
Object that can provide services for the markup extension.
Returns an object that is set as the value of the target property for this markup extension.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ProvideValue( _
   ByVal serviceProvider As IServiceProvider _
) As Object
C# 
public override object ProvideValue( 
   IServiceProvider serviceProvider
)

Parameters

serviceProvider
Object 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also