Share via


NCWidgetListViewDelegate.GetViewControllerForRow Method

Definition

[Foundation.Export("widgetList:viewControllerForRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSViewController GetViewControllerForRow(NotificationCenter.NCWidgetListViewController list, UIntPtr row);
[<Foundation.Export("widgetList:viewControllerForRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetViewControllerForRow : NotificationCenter.NCWidgetListViewController * unativeint -> AppKit.NSViewController
override this.GetViewControllerForRow : NotificationCenter.NCWidgetListViewController * unativeint -> AppKit.NSViewController

Parameters

row
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to