Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the index of the first occurrence of an object in the collection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public int IndexOf(
object value
)
public:
virtual int IndexOf(
Object^ value
) sealed
Public Function IndexOf (
value As Object
) As Integer
Parameters
value
Type: System.ObjectThe value to locate in the collection.
Return Value
Type: System.Int32
The index of the value.
Implements
See Also
IndexOf Overload
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top