UIActionSheet.DestructiveButtonIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回破壞性按鈕的索引。
public virtual nint DestructiveButtonIndex { [Foundation.Export("destructiveButtonIndex")] get; [Foundation.Export("setDestructiveButtonIndex:")] set; }
member this.DestructiveButtonIndex : nint with get, set
屬性值
System.System.IntPtr
System.nativeint
破壞性按鈕的索引。
- 屬性
備註
如果未設定取消按鈕,則會傳回 -1。
按鈕索引是以零起始。 它們會從零開始,並針對每個新增的按鈕遞增一個。