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!

ISymbolReader.GetVariables

Gets all the variables defined in the specified type.

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

Parameters

parent
The metadata token for the type for which the variables are requested.

See Also

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