SymScope.Parent Property

Definition

Gets the parent lexical scope of the current scope.

public:
 virtual property System::Diagnostics::SymbolStore::ISymbolScope ^ Parent { System::Diagnostics::SymbolStore::ISymbolScope ^ get(); };
public override System.Diagnostics.SymbolStore.ISymbolScope Parent { get; }
public virtual System.Diagnostics.SymbolStore.ISymbolScope Parent { get; }
member this.Parent : System.Diagnostics.SymbolStore.ISymbolScope
Public Overrides ReadOnly Property Parent As ISymbolScope
Public Overridable ReadOnly Property Parent As ISymbolScope

Property Value

The enclosing lexical scope of the current scope.

Implements

Applies to