GetItem Method

Summary

Gets the specified item.

Syntax
C#
VB
C++
public ContextItem GetItem( 
   string itemName 
) 
Public Function GetItem( _ 
   ByVal itemName As String _ 
) As ContextItem 
public: 
ContextItem^ GetItem(  
   String^ itemName 
)  

Parameters

itemName
Name of the item.

Return Value

The context item with the specified names.

Requirements

Target Platforms

See Also

Reference

Subject Class

Subject Members

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