NCWidgetListViewDelegate.GetViewControllerForRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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