SymScope.Parent 속성

정의

현재 범위의 부모 어휘 범위를 가져옵니다.

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

속성 값

현재 범위를 포함하는 어휘 범위입니다.

구현

적용 대상