←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly