Gets the local variable declaration.
[Visual Basic] Function GetLocalVariableDeclaration() As ICodeStatement [C#] ICodeStatement GetLocalVariableDeclaration(); [C++] ICodeStatement* GetLocalVariableDeclaration() = 0; [JScript] function GetLocalVariableDeclaration() : ICodeStatement;
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.
IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace