| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace : IContext Interface |
public interface IContext
// get local variable object o = project.Context["ObjectName"]; // check existing object if(o == null) { // set value project.Context["ObjectName"] = "this is new object"; } // return new value return project.Context["ObjectName"];
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven