SymReader.GetVariables(SymbolToken) 方法

定義

在所有情況下都擲回 NotSupportedException

public:
 override cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetVariables(System::Diagnostics::SymbolStore::SymbolToken parent);
public:
 virtual cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetVariables(System::Diagnostics::SymbolStore::SymbolToken parent);
public override System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables (System.Diagnostics.SymbolStore.SymbolToken parent);
public virtual System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables (System.Diagnostics.SymbolStore.SymbolToken parent);
abstract member GetVariables : System.Diagnostics.SymbolStore.SymbolToken -> System.Diagnostics.SymbolStore.ISymbolVariable[]
override this.GetVariables : System.Diagnostics.SymbolStore.SymbolToken -> System.Diagnostics.SymbolStore.ISymbolVariable[]
Public Overrides Function GetVariables (parent As SymbolToken) As ISymbolVariable()
Public Overridable Function GetVariables (parent As SymbolToken) As ISymbolVariable()

參數

parent
SymbolToken

不使用這個參數。

傳回

在所有情況下都擲回 NotSupportedException

實作

例外狀況

在所有情況下。

適用於