DevForce Help Reference
UnmanageList Method (IListManager)


Remove pList from the set of the manager's lists.
Syntax
'Declaration
 
Sub UnmanageList( _
   ByVal pList As IList _
) 
'Usage
 
Dim instance As IListManager
Dim pList As IList
 
instance.UnmanageList(pList)
void UnmanageList( 
   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