Share via


IObjectReaderBase.GetIndexOf Method

Definition

Gets the index of specific objects.

Overloads

GetIndexOf(IList<Guid>)

Gets a list of indexes for the specified object identifiers.

GetIndexOf(Guid)

Gets the index of a specific object.

GetIndexOf(IList<Guid>)

Gets a list of indexes for the specified object identifiers.

public:
 System::Collections::Generic::IList<int> ^ GetIndexOf(System::Collections::Generic::IList<Guid> ^ instanceId);
public System.Collections.Generic.IList<int> GetIndexOf (System.Collections.Generic.IList<Guid> instanceId);
abstract member GetIndexOf : System.Collections.Generic.IList<Guid> -> System.Collections.Generic.IList<int>
Public Function GetIndexOf (instanceId As IList(Of Guid)) As IList(Of Integer)

Parameters

instanceId
IList<Guid>

The list of object identifiers.

Returns

The list of indexes.

Applies to

GetIndexOf(Guid)

Gets the index of a specific object.

public:
 int GetIndexOf(Guid instanceId);
public int GetIndexOf (Guid instanceId);
abstract member GetIndexOf : Guid -> int
Public Function GetIndexOf (instanceId As Guid) As Integer

Parameters

instanceId
Guid

The object identifier.

Returns

The index.

Applies to