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

Determines if the specified statement is a the local declaration for a value provider.

[Visual Basic]
Protected Function IsValueProviderDeclaration( _
   ByVal stmt As ICodeStatement _
) As Boolean
[C#]
protected bool IsValueProviderDeclaration(
   ICodeStatement stmt
);
[C++]
protected: bool IsValueProviderDeclaration(
   ICodeStatement* stmt
);
[JScript]
protected function IsValueProviderDeclaration(
   stmt : ICodeStatement
) : Boolean;

Parameters

stmt
[To be supplied.]

See Also

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