SymReader.GetVariables(SymbolToken) Método

Definición

Devuelve NotSupportedException en todos los casos

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()

Parámetros

parent
SymbolToken

Este parámetro no se utiliza.

Devoluciones

Devuelve NotSupportedException en todos los casos

Implementaciones

Excepciones

En todos los casos.

Se aplica a