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!

ISymbolMethod.RootScope

Gets the root lexical scope for the current method. This scope encloses the entire method.

[Visual Basic]
ReadOnly Property RootScope As ISymbolScope
[C#]
ISymbolScope RootScope {get;}
[C++]
ISymbolScope* get_RootScope() = 0;
[JScript]
abstract function get RootScope() : ISymbolScope;

See Also

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