Costruttore PrintQueue (PrintServer, String, PrintQueueIndexedProperty[])
.NET Framework 3.0
Initializes a new instance of PrintQueue class with the specified PrintServer, a String name, and an array of PrintQueueIndexedProperty values.
Spazio dei nomi: System.Printing
Assembly: System.Printing (in system.printing.dll)
Assembly: System.Printing (in system.printing.dll)
public PrintQueue ( PrintServer printServer, string printQueueName, PrintQueueIndexedProperty[] propertyFilter )
public PrintQueue ( PrintServer printServer, String printQueueName, PrintQueueIndexedProperty[] propertyFilter )
public function PrintQueue ( printServer : PrintServer, printQueueName : String, propertyFilter : PrintQueueIndexedProperty[] )
Non applicabile.
Parametri
- printServer
The print server that hosts the print queue.
- printQueueName
The name of the print queue.
- propertyFilter
The properties that the constructor initializes.
PrintQueue constructors that do not include a PrintSystemDesiredAccess parameter will default to UsePrinter access.
The use of a constructor with the propertyFilter parameter improves performance.