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

Returns the array of value provider local variable declarations.

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

See Also

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