Source code that this persister should read/write to. Since the sub objects from source file (i.e. class, method, etc) change often, only the sourcefile can be cached. You should never cache instances you get from this source file.
[Visual Basic] Overridable Protected ReadOnly Property SourceFile As _ ICodeSourceFile [C#] protected ICodeSourceFile SourceFile {virtual get;} [C++] protected: __property virtual ICodeSourceFile* get_SourceFile(); [JScript] protected function get SourceFile() : ICodeSourceFile;
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace