NSTabView.IndexOf Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
IndexOf(NSTabViewItem) | |
IndexOf(NSObject) |
IndexOf(NSTabViewItem)
[Foundation.Export("indexOfTabViewItem:")]
public virtual nint IndexOf(AppKit.NSTabViewItem tabViewItem);
abstract member IndexOf : AppKit.NSTabViewItem -> nint
override this.IndexOf : AppKit.NSTabViewItem -> nint
Parametri
- tabViewItem
- NSTabViewItem
Restituisce
System.System.IntPtr
System.nativeint
- Attributi
Si applica a
IndexOf(NSObject)
[Foundation.Export("indexOfTabViewItemWithIdentifier:")]
public virtual nint IndexOf(Foundation.NSObject identifier);
abstract member IndexOf : Foundation.NSObject -> nint
override this.IndexOf : Foundation.NSObject -> nint
Parametri
- identifier
- NSObject
Restituisce
System.System.IntPtr
System.nativeint
- Attributi