VirtualTypeBuilder::PropertyInfoCollection::Remove Method (PropertyInfo^)

 

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

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

public:
void Remove(
	PropertyInfo^ value
)

Parameters

value
Type: System.Reflection::PropertyInfo^

The PropertyInfo to remove from the collection.

Exception Condition
ArgumentNullException

value is null.

Return to top
Show: