ISymbolReader.GetVariables(SymbolToken) 方法

定义

在给定父级的情况下,获取非局部变量。

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

参数

parent
SymbolToken

为其请求变量的类型的元数据标记。

返回

父级的变量的数组。

适用于