Share via


NSAttributedString.GetItemNumber(NSTextList, UIntPtr) Method

Definition

[Foundation.Export("itemNumberInTextList:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetItemNumber(AppKit.NSTextList textList, UIntPtr index);
[<Foundation.Export("itemNumberInTextList:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetItemNumber : AppKit.NSTextList * unativeint -> nativeint
override this.GetItemNumber : AppKit.NSTextList * unativeint -> nativeint

Parameters

textList
NSTextList
index
UIntPtr

unativeint

Returns

IntPtr

nativeint

Attributes

Applies to