CodeDirectiveCollection::IndexOf Method (CodeDirective^)

 

Gets the index in the collection of the specified CodeDirective object, if it exists in the collection.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
int IndexOf(
	CodeDirective^ value
)

Parameters

value
Type: System.CodeDom::CodeDirective^

The CodeDirective object to locate in the collection.

Return Value

Type: System::Int32

The 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: