DevForce Help Reference
ContainsList Method (IListManager)


Return true if pList is in the set of the manager's lists.
Syntax
'Declaration
 
Function ContainsList( _
   ByVal pList As IList _
) As Boolean
'Usage
 
Dim instance As IListManager
Dim pList As IList
Dim value As Boolean
 
value = instance.ContainsList(pList)
bool ContainsList( 
   IList pList
)

Parameters

pList
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

Reference

IListManager Interface
IListManager Members

Send Feedback