PrintServer.DeletePrintQueue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
印刷キューをプリント サーバーから削除します。
オーバーロード
DeletePrintQueue(PrintQueue) |
指定した PrintQueue をプリント サーバーから削除します。 |
DeletePrintQueue(String) |
指定した名前の印刷キューをプリント サーバーから削除します。 |
DeletePrintQueue(PrintQueue)
指定した PrintQueue をプリント サーバーから削除します。
public:
static bool DeletePrintQueue(System::Printing::PrintQueue ^ printQueue);
public static bool DeletePrintQueue (System.Printing.PrintQueue printQueue);
static member DeletePrintQueue : System.Printing.PrintQueue -> bool
Public Shared Function DeletePrintQueue (printQueue As PrintQueue) As Boolean
パラメーター
- printQueue
- PrintQueue
削除されるキュー。
戻り値
キューが正常に削除された場合は true
。それ以外の場合は false
。
適用対象
DeletePrintQueue(String)
指定した名前の印刷キューをプリント サーバーから削除します。
public:
static bool DeletePrintQueue(System::String ^ printQueueName);
public static bool DeletePrintQueue (string printQueueName);
static member DeletePrintQueue : string -> bool
Public Shared Function DeletePrintQueue (printQueueName As String) As Boolean
パラメーター
- printQueueName
- String
削除されるキューの名前。
戻り値
キューが正常に削除された場合は true
。それ以外の場合は false
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET