ZennoLab Assemblies Documentation
Item Property (IContext)
Example 

Type: System.String

The name of object.

Get or set the shared object by the specified name.

Syntax
object this[ 
   string name
]; {get; set;}

Parameters

name

Type: System.String

The name of object.

Property Value

Type: System.Object

The object of System.Object describing shared object.

Example
The following example uses property "Item" (operator []) to access a shared object with name "ObjectName".
object o = project.Context["ObjectName"];
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IContext Interface
IContext Members

Send Feedback