Partager via


ISymbolReader.GetVariables(SymbolToken) Méthode

Définition

Obtient les variables qui ne sont pas locales lorsque le parent est spécifié.

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

Paramètres

parent
SymbolToken

Jeton de métadonnées du type pour lequel les variables sont demandées.

Retours

Tableau de variables pour le parent.

S’applique à