IPDEPlugInCallbackProtocol.GetPrintSession Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die aktuelle Drucksitzung zurück.
[Foundation.Export("printSession")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PrintCore.PMPrintSession? GetPrintSession();
[<Foundation.Export("printSession")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrintSession : unit -> PrintCore.PMPrintSession
override this.GetPrintSession : unit -> PrintCore.PMPrintSession
Gibt zurück
Der aktuelle PMPrintSession, oder null wenn nicht verfügbar.
- Attribute