SymReader.GetVariables(SymbolToken) 方法

定义

在所有情况下均引发 NotSupportedException

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

实现

例外

在所有情况下。

适用于