ABMultiValue<T>.GetIndexForIdentifier(Int32) 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 within this collection of the
ABMultiValueEntry<T>
entry having an
Identifier
value equal to identifier
.
public nint GetIndexForIdentifier (int identifier);
member this.GetIndexForIdentifier : int -> nint
Parameters
- identifier
- Int32
A T:System.Int32 containing the Identifier to lookup.
Returns
System.System.IntPtr
System.nativeint
A T:System.Int32 containing the index within
the collection of the
ABMultiValueEntry<T>
entry having an
Identifier
value equal to identifier
.