PrintSystemJobInfo.Get(PrintQueue, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PrintSystemJobInfo for the specified job in the specified PrintQueue.
public:
static System::Printing::PrintSystemJobInfo ^ Get(System::Printing::PrintQueue ^ printQueue, int jobIdentifier);
public static System.Printing.PrintSystemJobInfo Get (System.Printing.PrintQueue printQueue, int jobIdentifier);
static member Get : System.Printing.PrintQueue * int -> System.Printing.PrintSystemJobInfo
Public Shared Function Get (printQueue As PrintQueue, jobIdentifier As Integer) As PrintSystemJobInfo
Parameters
- printQueue
- PrintQueue
The print queue hosting the print job.
- jobIdentifier
- Int32
A numerical ID for the print job.
Returns
The PrintSystemJobInfo that corresponds to the jobIdentifier
.
Remarks
You can also use the PrintQueue.GetJob method for the same purpose.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.