Questo argomento non è stato ancora valutato - Valuta questo argomento

Costruttore PrintQueue (PrintServer, String, PrintQueueIndexedProperty[])

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)

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.

Microsoft .NET Framework 3.0 è supportato in Windows Vista, Microsoft Windows XP SP2 e Windows Server 2003 SP1.

.NET Framework

Supportato in:
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.