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!

ISymbolScope.Method

Gets the method that contains the current lexical scope.

[Visual Basic]
ReadOnly Property Method As ISymbolMethod
[C#]
ISymbolMethod Method {get;}
[C++]
ISymbolMethod* get_Method() = 0;
[JScript]
abstract function get Method() : ISymbolMethod;

Property Value

The method that contains the current lexical scope.

See Also

ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace