SymMethod.RootScopeInternal Méthode

Définition

Obtient la portée lexicale racine de la méthode actuelle. Cette portée englobe la totalité de la méthode.

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

Retours

Portée lexicale racine englobant la totalité de la méthode.

S’applique à