PrintSystemObject コンストラクター
定義
PrintSystemObject クラスの新しいインスタンスを初期化します。Initializes a new instance of the PrintSystemObject class.
オーバーロード
PrintSystemObject() |
PrintSystemObject クラスの新しいインスタンスを初期化します。Initializes a new instance of the PrintSystemObject class. |
PrintSystemObject(PrintSystemObjectLoadMode) |
指定された PrintSystemObject を使用して、PrintSystemObjectLoadMode クラスの新しいインスタンスを初期化します。Initializes a new instance of the PrintSystemObject class by using the specified PrintSystemObjectLoadMode. |
PrintSystemObject()
PrintSystemObject クラスの新しいインスタンスを初期化します。Initializes a new instance of the PrintSystemObject class.
protected:
PrintSystemObject();
protected PrintSystemObject ();
Protected Sub New ()
適用対象
PrintSystemObject(PrintSystemObjectLoadMode)
指定された PrintSystemObject を使用して、PrintSystemObjectLoadMode クラスの新しいインスタンスを初期化します。Initializes a new instance of the PrintSystemObject class by using the specified 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)
パラメーター
オブジェクトの読み込み時にそのプロパティを初期化するかどうかを指定する値。A value that specifies whether the properties of the object should be initialized when the object is loaded.