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

傳回

封入整個方法的根語彙範圍。

適用於