Share via


NSPresentationIntent.CreateTableRowIntent Method

Definition

[Foundation.Export("tableRowIntentWithIdentity:row:nestedInsideIntent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSPresentationIntent CreateTableRowIntent(IntPtr identity, IntPtr row, Foundation.NSPresentationIntent? parent);
[<Foundation.Export("tableRowIntentWithIdentity:row:nestedInsideIntent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateTableRowIntent : nativeint * nativeint * Foundation.NSPresentationIntent -> Foundation.NSPresentationIntent

Parameters

identity
IntPtr

nativeint

row
IntPtr

nativeint

Returns

Attributes

Applies to