次の方法で共有


PrinterSettings.InstalledPrinters プロパティ

コンピュータにインストールされているすべてのプリンタの名前を取得します。

Public Shared ReadOnly Property InstalledPrinters As _
   PrinterSettings.StringCollection
[C#]
public static PrinterSettings.StringCollection InstalledPrinters   {get;}
[C++]
public: __property static PrinterSettings.StringCollection*
   get_InstalledPrinters();
[JScript]
public static function get InstalledPrinters() :
   PrinterSettings.StringCollection;

プロパティ値

コンピュータにインストールされているすべてのプリンタの名前を表す PrinterSettings.StringCollection

例外

例外の種類 条件
Win32Exception 使用できるプリンタを列挙できませんでした。

解説

インストールされているプリンタの名前のコレクションを使用して、ユーザーが印刷先のプリンタを選択できるようにします。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

PrinterSettings クラス | PrinterSettings メンバ | System.Drawing.Printing 名前空間 | PrinterName