ISymbolMethod.RootScope Eigenschap

Definitie

Hiermee haalt u het hoofd lexicale bereik voor de huidige methode op. Met dit bereik wordt de hele methode ingesloten.

public:
 property System::Diagnostics::SymbolStore::ISymbolScope ^ RootScope { System::Diagnostics::SymbolStore::ISymbolScope ^ get(); };
public System.Diagnostics.SymbolStore.ISymbolScope RootScope { get; }
member this.RootScope : System.Diagnostics.SymbolStore.ISymbolScope
Public ReadOnly Property RootScope As ISymbolScope

Waarde van eigenschap

Het hoofd lexicale bereik dat de hele methode omsluit.

Van toepassing op