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.

OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::Remove Method (OperationParameterInfo^)

 

Removes the first occurrence of a specific object from the ICollection<T>.

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

private:
virtual bool Remove(
	OperationParameterInfo^ item
) sealed = ICollection<OperationParameterInfo^>::Remove

Parameters

item
Type: System.Workflow.Activities::OperationParameterInfo^

The object to remove from the ICollection<T>.

Return Value

Type: System::Boolean

true if item was successfully removed from the ICollection<T>; otherwise, false. This method also returns false if item is not found in the original ICollection<T>.

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