VirtualTypeBuilder::EventInfoCollection::Remove Method (EventInfo^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void Remove(
	EventInfo^ value
)

Parameters

value
Type: System.Reflection::EventInfo^

The EventInfo to remove from the collection.

Exception Condition
ArgumentNullException

value is null.

Return to top
Show: