PrintServer::GetPrintQueues Method (array<String>, array<EnumeratedPrintQueueTypes>)
.NET Framework 4.5
Gets the collection of print queues, which are of the specified EnumeratedPrintQueueTypes and are initialized only in the specified properties.
Assembly: System.Printing (in System.Printing.dll)
public: PrintQueueCollection^ GetPrintQueues( array<String^>^ propertiesFilter, array<EnumeratedPrintQueueTypes>^ enumerationFlag )
Parameters
- propertiesFilter
- Type: array<System::String>
The names of the queue properties that are initialized.
- enumerationFlag
- Type: array<System.Printing::EnumeratedPrintQueueTypes>
An array of values that represent the types of print queues that are returned in the collection.
Return Value
Type: System.Printing::PrintQueueCollectionA PrintQueueCollection of print queues of the specified types; each print queue has only the specified properties initialized.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.