Share via


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

變數要求的型別之中繼資料語彙基元。

傳回

父代的變數陣列。

適用於