NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceValueProvider.IsLocalVariableDeclaration

Determines if the specified statement is the local variable declaration for this value provider.

[Visual Basic]
Overrides Public Function IsLocalVariableDeclaration( _
   ByVal stmt As ICodeStatement _
) As Boolean
[C#]
public override bool IsLocalVariableDeclaration(
   ICodeStatement stmt
);
[C++]
public: override bool IsLocalVariableDeclaration(
   ICodeStatement* stmt
);
[JScript]
public override function IsLocalVariableDeclaration(
   stmt : ICodeStatement
) : Boolean;

Parameters

stmt
Statement to check.

See Also

ResourceValueProvider Class | ResourceValueProvider Members | System.ComponentModel.Design Namespace