NSPresentationIntent.CreateTableRowIntent 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("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
- parent
- NSPresentationIntent
Returns
- Attributes