ISymbolNamespace.GetVariables 方法
定义
获取在当前命名空间的全局范围内定义的所有变量。Gets all the variables defined at global scope within the current namespace.
public:
cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetVariables();
public System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables ();
abstract member GetVariables : unit -> System.Diagnostics.SymbolStore.ISymbolVariable[]
Public Function GetVariables () As ISymbolVariable()
返回
在当前命名空间的全局范围内定义的变量。The variables defined at global scope within the current namespace.