PrintSystemObject コンストラクター

定義

PrintSystemObject クラスの新しいインスタンスを初期化します。

オーバーロード

PrintSystemObject()

PrintSystemObject クラスの新しいインスタンスを初期化します。

PrintSystemObject(PrintSystemObjectLoadMode)

指定された PrintSystemObject を使用して、PrintSystemObjectLoadMode クラスの新しいインスタンスを初期化します。

PrintSystemObject()

PrintSystemObject クラスの新しいインスタンスを初期化します。

protected:
 PrintSystemObject();
protected PrintSystemObject ();
Protected Sub New ()

適用対象

PrintSystemObject(PrintSystemObjectLoadMode)

指定された PrintSystemObject を使用して、PrintSystemObjectLoadMode クラスの新しいインスタンスを初期化します。

protected:
 PrintSystemObject(System::Printing::PrintSystemObjectLoadMode mode);
protected PrintSystemObject (System.Printing.PrintSystemObjectLoadMode mode);
new System.Printing.PrintSystemObject : System.Printing.PrintSystemObjectLoadMode -> System.Printing.PrintSystemObject
Protected Sub New (mode As PrintSystemObjectLoadMode)

パラメーター

mode
PrintSystemObjectLoadMode

オブジェクトの読み込み時にそのプロパティを初期化するかどうかを指定する値。

適用対象