NSTabView.IndexOf 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.
Overloads
| Name | Description |
|---|---|
| IndexOf(NSTabViewItem) | |
| IndexOf(NSObject) |
IndexOf(NSTabViewItem)
[Foundation.Export("indexOfTabViewItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr IndexOf(AppKit.NSTabViewItem tabViewItem);
[<Foundation.Export("indexOfTabViewItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexOf : AppKit.NSTabViewItem -> nativeint
override this.IndexOf : AppKit.NSTabViewItem -> nativeint
Parameters
- tabViewItem
- NSTabViewItem
Returns
IntPtr
nativeint
- Attributes
Applies to
IndexOf(NSObject)
[Foundation.Export("indexOfTabViewItemWithIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr IndexOf(Foundation.NSObject identifier);
[<Foundation.Export("indexOfTabViewItemWithIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexOf : Foundation.NSObject -> nativeint
override this.IndexOf : Foundation.NSObject -> nativeint
Parameters
- identifier
- NSObject
Returns
IntPtr
nativeint
- Attributes