CodeDirectiveCollection::Remove Method (CodeDirective^)
.NET Framework (current version)
Removes the specified CodeDirective object from the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeDirective^
The CodeDirective object to remove from the collection.
| Exception | Condition |
|---|---|
| ArgumentException | The specified object is not found in the collection. |
The following code example shows the use of the Remove method to remove the specified CodeDirectiveCollection object from the collection. This example is part of a larger example provided for the CodeDirectiveCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: