INSComboBoxCellDataSource 接口

定义

[Foundation.Protocol(Name="NSComboBoxCellDataSource", WrapperType=typeof(AppKit.NSComboBoxCellDataSourceWrapper))]
public interface INSComboBoxCellDataSource : IDisposable, ObjCRuntime.INativeObject
type INSComboBoxCellDataSource = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

CompletedString(INSComboBoxCellDataSource, NSComboBoxCell, String)
IndexOfItem(INSComboBoxCellDataSource, NSComboBoxCell, String)
ItemCount(INSComboBoxCellDataSource, NSComboBoxCell)
ObjectValueForItem(INSComboBoxCellDataSource, NSComboBoxCell, nint)

适用于