ContextItem Constructor(string,object)

Summary

Initializes a new instance of the ContextItem class.

Syntax
C#
VB
C++
public ContextItem( 
   string item, 
   object value 
) 
Public Function New( _ 
   ByVal item As String, _ 
   ByVal value As Object _ 
) 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly