UILocalizedIndexedCollation.GetSectionForObject(NSObject, Selector) 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("sectionForObject:collationStringSelector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetSectionForObject(Foundation.NSObject obj, ObjCRuntime.Selector collationStringSelector);
[<Foundation.Export("sectionForObject:collationStringSelector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSectionForObject : Foundation.NSObject * ObjCRuntime.Selector -> nativeint
override this.GetSectionForObject : Foundation.NSObject * ObjCRuntime.Selector -> nativeint
Parameters
- obj
- NSObject
- collationStringSelector
- Selector
Returns
IntPtr
nativeint
- Attributes