ISymbolScope.GetLocals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les variables locales de la portée lexicale actuelle.
public:
cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetLocals();
public System.Diagnostics.SymbolStore.ISymbolVariable[] GetLocals ();
abstract member GetLocals : unit -> System.Diagnostics.SymbolStore.ISymbolVariable[]
Public Function GetLocals () As ISymbolVariable()
Retours
Variables locales de la portée lexicale actuelle.
Remarques
Les variables locales ne sont retournées dans aucun ordre particulier. Si une variable locale change son adresse dans l’étendue actuelle, cette variable est retournée plusieurs fois, chacune avec une plage de décalage différente.