Intersoft ClientUI Documentation
GetValue(Object,Binding) Method



Item.
Binding info.
Gets the value of the item using the provided binding info.
Syntax
Public Overloads Shared Function GetValue( _
   ByVal item As Object, _
   ByVal binding As Binding _
) As Object
Dim item As Object
Dim binding As Binding
Dim value As Object
 
value = Utility.GetValue(item, binding)
public static object GetValue( 
   object item,
   Binding binding
)
public:
static Object^ GetValue( 
   Object^ item,
   Binding^ binding
) 

Parameters

item
Item.
binding
Binding info.
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

Utility Class
Utility Members
Overload List

Send Feedback