VirtualTypeBuilder::PropertyInfoCollection::Remove Method (PropertyInfo^)
Visual Studio 2015
Removes the first occurrence of a specific PropertyInfo from the collection.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- value
-
Type:
System.Reflection::PropertyInfo^
The PropertyInfo to remove from the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
Show: