ISymbolScope.Parent Property

Definition

Gets the parent lexical scope of the current scope.

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

Property Value

The parent lexical scope of the current scope.

Applies to