This document is archived and information here might be outdated. Recommended version. |
Collection of actions that will be evaluated before data messages are placed in feature class storage.
[Visual Basic .NET] Public Property PreActions As IActionCollection
[C#] public IActionCollection PreActions {get; set;}
[C++]
HRESULT get_PreActions(
IActionCollection** ppiActions
);
[C++]
HRESULT putref_PreActions(
IActionCollection* ppiActions
);
[C++] Parameters ppiActions [out, retval]
ppiActions is a parameter of type IActionCollection** ppiActions [in]
ppiActions is a parameter of type IActionCollection*