共用方式為


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

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

GetViewControllerForRow(NCWidgetListViewController, nuint)

擴充方法

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

適用於