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;
An ICodeStatement representing the local variable declaration.
If this value provider requires that a local variable is declared then this must return a non-null ICodeStatement.
ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace