ISymbolReader.GetVariables(SymbolToken) Methode

Definition

Ruft die nicht lokalen Variablen ab, wenn das übergeordnete Element angegeben ist.

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

Parameter

parent
SymbolToken

Das Metadatentoken für den Typ, für den die Variablen angefordert werden.

Gibt zurück

ISymbolVariable[]

Ein Array von Variablen für das übergeordnete Element.

Gilt für: