ISymbolReader.GetVariables(SymbolToken) Metod

Definition

Hämtar de variabler som inte är lokala när de anges som överordnade.

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

Parametrar

parent
SymbolToken

Metadatatoken för den typ som variablerna begärs för.

Returer

En matris med variabler för den överordnade.

Gäller för