NSTabView.IndexOf Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- tabViewItem
- NSTabViewItem
Retornos
System.System.IntPtr
System.nativeint
- Atributos
Aplica-se 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
Parâmetros
- identifier
- NSObject
Retornos
System.System.IntPtr
System.nativeint
- Atributos