INCWidgetListViewDelegate インターフェイス

定義

[Foundation.Protocol(Name="NCWidgetListViewDelegate", WrapperType=typeof(NotificationCenter.NCWidgetListViewDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INCWidgetListViewDelegate : IDisposable, ObjCRuntime.INativeObject
type INCWidgetListViewDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

GetViewControllerForRow(NCWidgetListViewController, nuint)

拡張メソッド

DidRemoveRow(INCWidgetListViewDelegate, NCWidgetListViewController, nuint)
DidReorderRow(INCWidgetListViewDelegate, NCWidgetListViewController, nuint, nuint)
PerformAddAction(INCWidgetListViewDelegate, NCWidgetListViewController)
ShouldRemoveRow(INCWidgetListViewDelegate, NCWidgetListViewController, nuint)
ShouldReorderRow(INCWidgetListViewDelegate, NCWidgetListViewController, nuint)

適用対象