This document is archived and information here might be outdated. Recommended version. |
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location.
[Visual Basic .NET] Public Property TriggerType As enumTriggerType
[C#] public enumTriggerType TriggerType {get; set;}
[C++]
HRESULT get_TriggerType(
enumTriggerType* pVal
);
[C++]
HRESULT put_TriggerType(
enumTriggerType pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type enumTriggerType* pVal [in]
pVal is a parameter of type enumTriggerType