PrintServer.GetPrintQueue メソッド

定義

指定した印刷キューをプリント サーバーから取得します。

オーバーロード

名前 説明
GetPrintQueue(String)

プリント サーバーから名前付き印刷キューへの参照を取得します。

GetPrintQueue(String, String[])

指定した印刷キューをプリント サーバーから取得します。

GetPrintQueue(String)

プリント サーバーから名前付き印刷キューへの参照を取得します。

public:
 System::Printing::PrintQueue ^ GetPrintQueue(System::String ^ printQueueName);
public System.Printing.PrintQueue GetPrintQueue(string printQueueName);
member this.GetPrintQueue : string -> System.Printing.PrintQueue
Public Function GetPrintQueue (printQueueName As String) As PrintQueue

パラメーター

printQueueName
String

印刷キューの名前。

返品

プリント サーバーから指定した名前の PrintQueue

適用対象

GetPrintQueue(String, String[])

指定した印刷キューをプリント サーバーから取得します。

public:
 System::Printing::PrintQueue ^ GetPrintQueue(System::String ^ printQueueName, cli::array <System::String ^> ^ propertiesFilter);
public System.Printing.PrintQueue GetPrintQueue(string printQueueName, string[] propertiesFilter);
member this.GetPrintQueue : string * string[] -> System.Printing.PrintQueue
Public Function GetPrintQueue (printQueueName As String, propertiesFilter As String()) As PrintQueue

パラメーター

printQueueName
String

印刷キューの名前。

propertiesFilter
String[]

返されるキューで初期化されるプロパティの名前。

返品

プリント サーバーから指定した名前の PrintQueue

適用対象