This document is archived and information here might be outdated. Recommended version. |
The array of message objects.
[Visual Basic .NET] Public ReadOnly Property Messages As IArray
[C#] public IArray Messages {get;}
[C++]
HRESULT get_Messages(
IArray** msgs
);
[C++] Parameters msgs [out, retval]
msgs is a parameter of type IArray**
The get_Messages property returns all the GPMessage objects in this collection.