SymMethod.RootScopeInternal 方法

定义

获取当前方法的根词法范围。 此范围包括整个方法。

public:
 System::Diagnostics::SymbolStore::ISymbolScope ^ RootScopeInternal();
public:
 virtual System::Diagnostics::SymbolStore::ISymbolScope ^ RootScopeInternal();
public System.Diagnostics.SymbolStore.ISymbolScope RootScopeInternal ();
public virtual System.Diagnostics.SymbolStore.ISymbolScope RootScopeInternal ();
member this.RootScopeInternal : unit -> System.Diagnostics.SymbolStore.ISymbolScope
abstract member RootScopeInternal : unit -> System.Diagnostics.SymbolStore.ISymbolScope
override this.RootScopeInternal : unit -> System.Diagnostics.SymbolStore.ISymbolScope
Public Function RootScopeInternal () As ISymbolScope
Public Overridable Function RootScopeInternal () As ISymbolScope

返回

包括整个方法的根词法范围。

适用于