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.Host

IDesignerHost this persister should communicate with.

[Visual Basic]
Overridable Protected ReadOnly Property Host As IDesignerHost
[C#]
protected IDesignerHost Host {virtual get;}
[C++]
protected: __property virtual IDesignerHost* get_Host();
[JScript]
protected function get Host() : IDesignerHost;

See Also

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