Contains Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > TaskActionControl Class : Contains Method



view
The view.
list
The list.

Glossary Item Box

Determines whether the specified instance contains the specified view.

Syntax

Visual Basic (Declaration) 
Public Shared Function Contains( _
   ByVal view As String, _
   ByVal list As PersistableObjectList(Of TaskActionControl) _
) As Boolean
Visual Basic (Usage)Copy Code
Dim view As String
Dim list As PersistableObjectList(Of TaskActionControl)
Dim value As Boolean
 
value = TaskActionControl.Contains(view, list)
C++/CLI 
public:
static bool Contains( 
   String^ view,
   PersistableObjectList<TaskActionControl^>^ list
) 

Parameters

view
The view.
list
The list.

Return Value

true if the specified instance contains the specified view; otherwise, false.

Requirements

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

See Also