Chili.Opf3 Send comments on this topic.
Remove Method
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicPropertiesCollection Class : Remove Method




item
Item that's first occurence is removed.
Removes the first occurrence of a specific object from the container.

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal item As DynamicProperty _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DynamicPropertiesCollection
Dim item As DynamicProperty
Dim value As Boolean
 
value = instance.Remove(item)
C# 
public bool Remove( 
   DynamicProperty item
)
Managed Extensions for C++ 
public: bool Remove( 
   DynamicProperty* item
) 
C++/CLI 
public:
bool Remove( 
   DynamicProperty^ item
) 

Parameters

item
Item that's first occurence is removed.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also