SymScope.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.