ArcFM Engine Developer Guide
ProvideValue Method (LocalizeExtension)


Object that can provide services for the markup extension.
Returns the localized value
Syntax
'Declaration
 
Public Overrides Function ProvideValue( _
   ByVal serviceProvider As IServiceProvider _
) As Object
'Usage
 
Dim instance As LocalizeExtension
Dim serviceProvider As IServiceProvider
Dim value As Object
 
value = instance.ProvideValue(serviceProvider)
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LocalizeExtension Class
LocalizeExtension Members

 

 


Send Comment