This document is archived and information here might be outdated. Recommended version. |
Provides the set of Event IDs that will be rendered in coordination with the StepTool.
[Visual Basic .NET] Public Property EventIDsToRender As IStringArray
[C#] public IStringArray EventIDsToRender {get; set;}
[C++]
HRESULT get_EventIDsToRender(
IStringArray** ppiEventIDs
);
[C++]
HRESULT putref_EventIDsToRender(
IStringArray* ppiEventIDs
);
[C++]
Parameters ppiEventIDs [out, retval]
ppiEventIDs is a parameter of type IStringArray** ppiEventIDs [in]
ppiEventIDs is a parameter of type IStringArray*