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)

適用対象