Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetComments( _ ByVal procInstId As Integer, _ ByVal actInstDestId As Integer _ ) As IEnumerable(Of IWorkflowComment) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim procInstId As Integer Dim actInstDestId As Integer Dim value As IEnumerable(Of IWorkflowComment) value = instance.GetComments(procInstId, actInstDestId) |
C# | |
---|---|
public IEnumerable<IWorkflowComment> GetComments( int procInstId, int actInstDestId ) |
C++/CLI | |
---|---|
public: IEnumerable<IWorkflowComment^>^ GetComments( int procInstId, int actInstDestId ) |
Parameters
- procInstId
- actInstDestId
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