PrintQueue Constructor (PrintServer^, String^, array<String^>^)
.NET Framework (current version)
Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and array of property names to initialize.
Assembly: System.Printing (in System.Printing.dll)
public: PrintQueue( PrintServer^ printServer, String^ printQueueName, array<String^>^ propertyFilter )
Parameters
- printServer
-
Type:
System.Printing::PrintServer^
The print server that hosts the print queue.
- printQueueName
-
Type:
System::String^
The name of the print queue.
- propertyFilter
-
Type:
array<System::String^>^
An array of the names of properties to initialize.
PrintQueue constructors that do not include a PrintSystemDesiredAccess parameter default to UsePrinter access.
The use of a constructor with the propertyFilter parameter improves performance.
.NET Framework
Available since 3.0
Available since 3.0
Show: