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