This document is archived and information here might be outdated. Recommended version. |
The list of variables used.
[Visual Basic .NET] Public Property VariableList As IStringArray
[C#] public IStringArray VariableList {get; set;}
[C++]
HRESULT get_VariableList(
IStringArray** ppVars
);
[C++]
HRESULT put_VariableList(
IStringArray* ppVars
);
[C++]
Parameters ppVars [out, retval]
ppVars is a parameter of type IStringArray** ppVars [in]
ppVars is a parameter of type IStringArray*