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

반환

전체 메서드를 포함하는 루트 어휘 범위입니다.

적용 대상