CodeDirectiveCollection::IndexOf Method (CodeDirective^)
.NET Framework (current version)
Gets the index in the collection of the specified CodeDirective object, if it exists in the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeDirective^
The CodeDirective object to locate in the collection.
Return Value
Type: System::Int32The index position in the collection of the specified object, if found; otherwise, -1.
The following code example shows the use of the IndexOf method to get the index in the collection of the specified CodeDirective object. This example is part of a larger example provided for the CodeDirectiveCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: