共用方式為


ABMutableMultiValue<T>.RemoveAt(nint) 方法

定義

從多重值屬性中移除值。

public bool RemoveAt (nint index);
member this.RemoveAt : nint -> bool

參數

index
System.System.IntPtr System.nativeint

包含要移除之值的索引的

傳回

true如果已移除索引處 indexABMultiValueEntry<T> 則為 ,否則為 false

備註

如果 index 超出界限,則會引發例外狀況。

適用於