NSPopUpButtonCell.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Item[String] | |
Item[nint] |
Item[String]
public AppKit.NSMenuItem this[string title] { get; }
member this.Item(string) : AppKit.NSMenuItem
參數
- title
- String
屬性值
適用於
Item[nint]
public AppKit.NSMenuItem this[nint idx] { get; }
member this.Item(nint) : AppKit.NSMenuItem
參數
- idx
- System.System.IntPtr System.nativeint