Class that is currently being edited. This must be overriden by subclasses. Note that you should always get the editing class from the source file; never cache it. As the source file changes you do not know if the underlying implemenation will keep the class instances in sync with the file.
[Visual Basic] MustOverride Protected ReadOnly Property DocumentCodeClass As _ ICodeClass [C#] protected ICodeClass DocumentCodeClass {abstract get;} [C++] protected: __property virtual ICodeClass* get_DocumentCodeClass() = 0; [JScript] protected abstract function get DocumentCodeClass() : ICodeClass;
An ICodeClass that indicates the type of the main class this persister is editing.
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace