IObjectReaderBase.GetIndexOf Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.