This document is archived and information here might be outdated. Recommended version. |
The result values.
[Visual Basic .NET] Public Property Values As IGPValues
[C#] public IGPValues Values {get; set;}
[C++]
HRESULT get_Values(
IGPValues** ppValues
);
[C++]
HRESULT putref_Values(
IGPValues* ppValues
);
[C++] Parameters ppValues [out, retval]
ppValues is a parameter of type IGPValues** ppValues [in]
ppValues is a parameter of type IGPValues*