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!

IValueProvider.GetLocalVariableDeclaration

Gets the local variable declaration.

[Visual Basic]
Function GetLocalVariableDeclaration() As ICodeStatement
[C#]
ICodeStatement GetLocalVariableDeclaration();
[C++]
ICodeStatement* GetLocalVariableDeclaration() = 0;
[JScript]
function GetLocalVariableDeclaration() : ICodeStatement;

Remarks

If this value provider requires that a local variable is declared then this must return a non- a null reference (in Visual Basic Nothing) ICodeStatement.

See Also

IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace