ZennoLab Assemblies Documentation
Context Property
Example 
Gets a context of the current project.
Syntax
IContext Context {get;}

Property Value

Type: ZennoLab.InterfacesLibrary.ProjectModel.Collections.IContext

The pcontext of the current project.

Example
The following example uses Context property of "project".
// get shared object with name "ObjectName"
object o = project.Context["ObjectName"];
// set shared object with name "ObjectName"
project.Context["ObjectName"] = "example string or any another object";
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

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback