Determines if the specified statement is a the local declaration for a value provider.
[Visual Basic] Protected Function IsValueProviderDeclaration( _ ByVal stmt As ICodeStatement _ ) As Boolean [C#] protected bool IsValueProviderDeclaration( ICodeStatement stmt ); [C++] protected: bool IsValueProviderDeclaration( ICodeStatement* stmt ); [JScript] protected function IsValueProviderDeclaration( stmt : ICodeStatement ) : Boolean;
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace