Gets a value indicating whether the specified statement is the local variable declaration for this value provider.
[Visual Basic] Function IsLocalVariableDeclaration( _ ByVal stmt As ICodeStatement _ ) As Boolean [C#] bool IsLocalVariableDeclaration( ICodeStatement stmt ); [C++] bool IsLocalVariableDeclaration( ICodeStatement* stmt ) = 0; [JScript] function IsLocalVariableDeclaration( stmt : ICodeStatement ) : Boolean;
true if the specified statement is the local variable declaration for the value provider; otherwise, false.
IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace | ICodeStatement