LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

ContextItem Constructor(String,Object)






The context item.
The context item value.
Initializes a new instance of the ContextItem class.
Syntax
public ContextItem( 
   string item,
   object value
)
'Declaration
 
Public Function New( _
   ByVal item As String, _
   ByVal value As Object _
)
'Usage
 
Dim item As String
Dim value As Object
 
Dim instance As New ContextItem(item, value)
public ContextItem( 
   string item,
   object value
)
function ContextItem( 
   item ,
   value 
)
public:
ContextItem( 
   String^ item,
   Object^ value
)

Parameters

item
The context item.
value
The context item value.
Example
For an example refer to JoinCommonContext.
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

ContextItem Class
ContextItem Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.