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!

ValueProvider.GetLocalVariableDeclaration

Gets the local variable declaration required for this value provider.

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

Return Value

An ICodeStatement representing the local variable declaration.

Remarks

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

See Also

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