NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolNamespace.GetVariables

Gets all the variables defined at global scope within the current namespace.

[Visual Basic]
Function GetVariables() As ISymbolVariable ()
[C#]
ISymbolVariable[] GetVariables();
[C++]
ISymbolVariable* GetVariables() [] = 0;
[JScript]
function GetVariables() : ISymbolVariable[];

Return Value

The variables defined at global scope within the current namespace.

See Also

ISymbolNamespace Interface | ISymbolNamespace Members | System.Diagnostics.SymbolStore Namespace