PrintSystemObject Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci PrintSystemObject třídy.
Přetížení
PrintSystemObject() |
Inicializuje novou instanci PrintSystemObject třídy. |
PrintSystemObject(PrintSystemObjectLoadMode) |
Inicializuje novou instanci PrintSystemObject třídy pomocí zadané PrintSystemObjectLoadMode. |
PrintSystemObject()
Inicializuje novou instanci PrintSystemObject třídy.
protected:
PrintSystemObject();
protected PrintSystemObject ();
Protected Sub New ()
Platí pro
PrintSystemObject(PrintSystemObjectLoadMode)
Inicializuje novou instanci PrintSystemObject třídy pomocí zadané 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)
Parametry
Hodnota, která určuje, zda vlastnosti objektu mají být inicializovány při načtení objektu.