This document is archived and information here might be outdated. Recommended version. |
Custom location trigger for the action if one is being used.
[Visual Basic .NET] Public Property LocationTrigger As ILocationTrigger
[C#] public ILocationTrigger LocationTrigger {get; set;}
[C++]
HRESULT get_LocationTrigger(
ILocationTrigger* ppLocationTrigger
);
[C++]
HRESULT putref_LocationTrigger(
ILocationTrigger** ppLocationTrigger
);
[C++] Parameters ppLocationTrigger [in]
ppLocationTrigger is a parameter of type ILocationTrigger* ppLocationTrigger [out, retval]
ppLocationTrigger is a parameter of type ILocationTrigger**