Gets whether or not the specified statement is the local variable declaration for this value provider.
[Visual Basic] Overridable Public Function IsLocalVariableDeclaration( _ ByVal stmt As ICodeStatement _ ) As Boolean [C#] public virtual bool IsLocalVariableDeclaration( ICodeStatement stmt ); [C++] public: virtual bool IsLocalVariableDeclaration( ICodeStatement* stmt ); [JScript] public function IsLocalVariableDeclaration( stmt : ICodeStatement ) : Boolean;
true if the specified statement is the local variable declaration for this value provider, otherwise false.
ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace