Intersoft ClientUI Documentation
GetSingle Method



Information about data which will be retrieved.
Gets single data that will be used as display text.
Syntax
Public MustOverride Function GetSingle( _
   ByVal value As Object _
) As Object
Dim instance As EditorDataProvider
Dim value As Object
Dim value As Object
 
value = instance.GetSingle(value)
public abstract object GetSingle( 
   object value
)
public:
abstract Object^ GetSingle( 
   Object^ value
) 

Parameters

value
Information about data which will be retrieved.
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

Reference

EditorDataProvider Class
EditorDataProvider Members

Send Feedback