SymReader.GetVariables(SymbolToken) 메서드

정의

모든 경우에 NotSupportedException을(를) throw합니다.

public:
 override cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetVariables(System::Diagnostics::SymbolStore::SymbolToken parent);
public:
 virtual cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetVariables(System::Diagnostics::SymbolStore::SymbolToken parent);
public override System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables (System.Diagnostics.SymbolStore.SymbolToken parent);
public virtual System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables (System.Diagnostics.SymbolStore.SymbolToken parent);
abstract member GetVariables : System.Diagnostics.SymbolStore.SymbolToken -> System.Diagnostics.SymbolStore.ISymbolVariable[]
override this.GetVariables : System.Diagnostics.SymbolStore.SymbolToken -> System.Diagnostics.SymbolStore.ISymbolVariable[]
Public Overrides Function GetVariables (parent As SymbolToken) As ISymbolVariable()
Public Overridable Function GetVariables (parent As SymbolToken) As ISymbolVariable()

매개 변수

parent
SymbolToken

이 매개 변수는 사용되지 않습니다.

반환

모든 경우에 NotSupportedException을(를) throw합니다.

구현

예외

모든 경우

적용 대상