Visual Basic (Declaration) | |
---|---|
Public Sub AutoMap( _ ByVal ev As IPCEvent, _ ByVal eventItem As IPCEventItem, _ ByVal process As Process, _ ByVal direction As SourceCode.Workflow.Common.IPC.DataDirections _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IPCWizardDefinition Dim ev As IPCEvent Dim eventItem As IPCEventItem Dim process As Process Dim direction As SourceCode.Workflow.Common.IPC.DataDirections instance.AutoMap(ev, eventItem, process, direction) |
C# | |
---|---|
public void AutoMap( IPCEvent ev, IPCEventItem eventItem, Process process, SourceCode.Workflow.Common.IPC.DataDirections direction ) |
C++/CLI | |
---|---|
public: void AutoMap( IPCEvent^ ev, IPCEventItem^ eventItem, Process^ process, SourceCode.Workflow.Common.IPC.DataDirections direction ) |
Parameters
- ev
- eventItem
- process
- direction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2