NSMenu.IndexOfItem Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IndexOfItem(NSMenu) | |
IndexOfItem(NSObject) | |
IndexOfItem(NSObject, Selector) |
IndexOfItem(NSMenu)
[Foundation.Export("indexOfItemWithSubmenu:")]
public virtual nint IndexOfItem (AppKit.NSMenu submenu);
abstract member IndexOfItem : AppKit.NSMenu -> nint
override this.IndexOfItem : AppKit.NSMenu -> nint
Paramètres
- submenu
- NSMenu
Retours
System.System.IntPtr
System.nativeint
- Attributs
S’applique à
IndexOfItem(NSObject)
[Foundation.Export("indexOfItemWithRepresentedObject:")]
public virtual nint IndexOfItem (Foundation.NSObject obj);
abstract member IndexOfItem : Foundation.NSObject -> nint
override this.IndexOfItem : Foundation.NSObject -> nint
Paramètres
- obj
- NSObject
Retours
System.System.IntPtr
System.nativeint
- Attributs
S’applique à
IndexOfItem(NSObject, Selector)
[Foundation.Export("indexOfItemWithTarget:andAction:")]
public virtual nint IndexOfItem (Foundation.NSObject target, ObjCRuntime.Selector actionSelector);
abstract member IndexOfItem : Foundation.NSObject * ObjCRuntime.Selector -> nint
override this.IndexOfItem : Foundation.NSObject * ObjCRuntime.Selector -> nint
Paramètres
- target
- NSObject
- actionSelector
- Selector
Retours
System.System.IntPtr
System.nativeint
- Attributs