Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerActionListCollection::Remove Method (DesignerActionList^)

 

Removes the first occurrence of a specific DesignerActionList from the collection.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
void Remove(
	DesignerActionList^ value
)

Parameters

value
Type: System.ComponentModel.Design::DesignerActionList^

The DesignerActionList to remove from the current collection.

Internally, the DesignerActionListCollection class uses a System.Collections::ArrayList to contain its collection of DesignerActionList objects. Since lists maintain contiguous elements, the elements that follow the removal point move up to occupy the vacated spot. This rearrangement changes the index of the elements after the removal point.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft