Поделиться через


NSMenu.IndexOf Метод

Определение

Перегрузки

IndexOf(String)
IndexOf(NSMenuItem)
IndexOf(nint)

IndexOf(String)

[Foundation.Export("indexOfItemWithTitle:")]
public virtual nint IndexOf (string aTitle);
abstract member IndexOf : string -> nint
override this.IndexOf : string -> nint

Параметры

aTitle
String

Возвращаемое значение

System.System.IntPtr System.nativeint
Атрибуты

Применяется к

IndexOf(NSMenuItem)

[Foundation.Export("indexOfItem:")]
public virtual nint IndexOf (AppKit.NSMenuItem index);
abstract member IndexOf : AppKit.NSMenuItem -> nint
override this.IndexOf : AppKit.NSMenuItem -> nint

Параметры

index
NSMenuItem

Возвращаемое значение

System.System.IntPtr System.nativeint
Атрибуты

Применяется к

IndexOf(nint)

[Foundation.Export("indexOfItemWithTag:")]
public virtual nint IndexOf (nint itemTag);
abstract member IndexOf : nint -> nint
override this.IndexOf : nint -> nint

Параметры

itemTag
System.System.IntPtr System.nativeint

Возвращаемое значение

System.System.IntPtr System.nativeint
Атрибуты

Применяется к