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!

ResourceValueProvider.GetLocalVariableDeclaration

If this value provider requires that a local variable is declared then this must return a non-null ICodeStatement.

[Visual Basic]
Overrides Public Function GetLocalVariableDeclaration() As _
   ICodeStatement
[C#]
public override ICodeStatement GetLocalVariableDeclaration();
[C++]
public: override ICodeStatement* GetLocalVariableDeclaration();
[JScript]
public override function GetLocalVariableDeclaration() :
   ICodeStatement;

See Also

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