This document is archived and information here might be outdated. Recommended version. |
The collection of action objects for this temporal layer.
[Visual Basic .NET] Public Property ActionCollection As IActionCollection
[C#] public IActionCollection ActionCollection {get; set;}
[C++]
HRESULT get_ActionCollection(
IActionCollection** pVal
);
[C++]
HRESULT putref_ActionCollection(
IActionCollection* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IActionCollection** pVal [in]
pVal is a parameter of type IActionCollection*