ABMultiValue<T>.GetIndexForIdentifier(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得專案集合 ABMultiValueEntry<T> 內的索引, Identifier 其值等於 identifier
。
public nint GetIndexForIdentifier (int identifier);
member this.GetIndexForIdentifier : int -> nint
參數
- identifier
- Int32
包含要查閱之 的 Identifier T:System.Int32。
傳回
System.System.IntPtr
System.nativeint
,其中包含專案集合 ABMultiValueEntry<T> 內的索引, Identifier 其值等於 identifier
。