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!

ComponentModelPersister.GenerateResourcesDecl

Generates the resource creation statement.

[Visual Basic]
Overridable Protected Function GenerateResourcesDecl() As _
   ICodeStatement
[C#]
protected virtual ICodeStatement GenerateResourcesDecl();
[C++]
protected: virtual ICodeStatement* GenerateResourcesDecl();
[JScript]
protected function GenerateResourcesDecl() : ICodeStatement;

See Also

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