PrintQueueCollection Constructors
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.
Initializes a new instance of the PrintQueueCollection class.
Overloads
PrintQueueCollection() |
Initializes a new instance of the PrintQueueCollection class. |
PrintQueueCollection(PrintServer, String[]) |
Initializes a new instance of the PrintQueueCollection class for the specified PrintServer. |
PrintQueueCollection(PrintServer, String[], EnumeratedPrintQueueTypes[]) |
Initializes a new instance of the PrintQueueCollection class for the specified PrintServer, containing only the print server's queues of the specified EnumeratedPrintQueueTypes. |
PrintQueueCollection()
Initializes a new instance of the PrintQueueCollection class.
public:
PrintQueueCollection();
public PrintQueueCollection ();
Public Sub New ()
Applies to
PrintQueueCollection(PrintServer, String[])
Initializes a new instance of the PrintQueueCollection class for the specified PrintServer.
public:
PrintQueueCollection(System::Printing::PrintServer ^ printServer, cli::array <System::String ^> ^ propertyFilter);
public PrintQueueCollection (System.Printing.PrintServer printServer, string[] propertyFilter);
new System.Printing.PrintQueueCollection : System.Printing.PrintServer * string[] -> System.Printing.PrintQueueCollection
Public Sub New (printServer As PrintServer, propertyFilter As String())
Parameters
- printServer
- PrintServer
The print server that hosts the collection.
- propertyFilter
- String[]
The properties of the collection members that are initialized.
Remarks
Only the properties that are listed in the string array are initialized.
Applies to
PrintQueueCollection(PrintServer, String[], EnumeratedPrintQueueTypes[])
Initializes a new instance of the PrintQueueCollection class for the specified PrintServer, containing only the print server's queues of the specified EnumeratedPrintQueueTypes.
public:
PrintQueueCollection(System::Printing::PrintServer ^ printServer, cli::array <System::String ^> ^ propertyFilter, cli::array <System::Printing::EnumeratedPrintQueueTypes> ^ enumerationFlag);
public PrintQueueCollection (System.Printing.PrintServer printServer, string[] propertyFilter, System.Printing.EnumeratedPrintQueueTypes[] enumerationFlag);
new System.Printing.PrintQueueCollection : System.Printing.PrintServer * string[] * System.Printing.EnumeratedPrintQueueTypes[] -> System.Printing.PrintQueueCollection
Public Sub New (printServer As PrintServer, propertyFilter As String(), enumerationFlag As EnumeratedPrintQueueTypes())
Parameters
- printServer
- PrintServer
The print server that hosts the collection.
- propertyFilter
- String[]
The properties of the collection members that are initialized.
- enumerationFlag
- EnumeratedPrintQueueTypes[]
An array that specifies the types of print queues that are included in the collection.
Remarks
Only the properties that are listed in the string array are initialized.