Share via


IMidiCIProfileResponderDelegate.WillSetProfile Method

Definition

[Foundation.Export("willSetProfile:onChannel:enabled:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WillSetProfile(CoreMidi.MidiCIProfile profile, byte channel, bool shouldEnable);
[<Foundation.Export("willSetProfile:onChannel:enabled:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillSetProfile : CoreMidi.MidiCIProfile * byte * bool -> bool
override this.WillSetProfile : CoreMidi.MidiCIProfile * byte * bool -> bool

Parameters

profile
MidiCIProfile
channel
Byte
shouldEnable
Boolean

Returns

Attributes

Applies to