IPDEPlugInCallbackProtocol.WillChangePpdOptionKeyValue(String, String) メソッド

定義

プラグインが PPD オプションの選択を変更することを印刷システムに通知します。 印刷システムは変更を検証し、許可されているかどうかを返します。

[Foundation.Export("willChangePPDOptionKeyValue:ppdChoice:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WillChangePpdOptionKeyValue(string option, string choice);
[<Foundation.Export("willChangePPDOptionKeyValue:ppdChoice:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillChangePpdOptionKeyValue : string * string -> bool
override this.WillChangePpdOptionKeyValue : string * string -> bool

パラメーター

option
String

変更するオプションを識別する PPD メイン キー。

choice
String

optionに必要な PPD 選択値。

返品

true 変更が許可されている場合。変更が別の設定と競合し、続行しない場合に false します。

属性

適用対象