NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodePersister.SourceFile

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;

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace