共用方式為


MTLDeviceNotificationHandler 代理人

定義

[Foundation.Advice("The 'NSString' argument will match a property of 'MTLDeviceNotificationHandler'.")]
public delegate void MTLDeviceNotificationHandler(IMTLDevice device, NSString notifyName);
type MTLDeviceNotificationHandler = delegate of IMTLDevice * NSString -> unit

參數

device
IMTLDevice
notifyName
NSString
屬性

適用於