PrintDriverProperty 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 PrintDriverProperty třídy.
Přetížení
PrintDriverProperty(String) |
Inicializuje novou instanci PrintDriverProperty třídy pro zadanou vlastnost. |
PrintDriverProperty(String, Object) |
Inicializuje novou instanci PrintDriverProperty třídy, která má zadanou hodnotu pro zadaný atribut. |
PrintDriverProperty(String)
Inicializuje novou instanci PrintDriverProperty třídy pro zadanou vlastnost.
public:
PrintDriverProperty(System::String ^ attributeName);
public PrintDriverProperty (string attributeName);
new System.Printing.IndexedProperties.PrintDriverProperty : string -> System.Printing.IndexedProperties.PrintDriverProperty
Public Sub New (attributeName As String)
Parametry
- attributeName
- String
Název PrintDriver vlastnosti, kterou PrintDriverProperty představuje.
Poznámky
Hodnota attributeName
by měla být napsaná přesně stejně jako název určité PrintDriver vlastnosti objektu tiskového systému, včetně písmen. Například vlastnost objektu PrintQueue musí být napsaná "QueueDriver", QueueDriver nikoli "PrintDriver" nebo "Queuedriver".
Platí pro
PrintDriverProperty(String, Object)
Inicializuje novou instanci PrintDriverProperty třídy, která má zadanou hodnotu pro zadaný atribut.
public:
PrintDriverProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintDriverProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintDriverProperty : string * obj -> System.Printing.IndexedProperties.PrintDriverProperty
Public Sub New (attributeName As String, attributeValue As Object)
Parametry
- attributeName
- String
Název PrintDriver vlastnosti, kterou PrintDriverProperty představuje.
- attributeValue
- Object
Hodnota vlastnosti, kterou PrintDriverProperty představuje.
Poznámky
Hodnota attributeName
by měla být napsaná přesně stejně jako název určité PrintDriver vlastnosti objektu tiskového systému, včetně písmen. Například vlastnost objektu PrintQueue musí být napsaná "QueueDriver", QueueDriver nikoli "PrintDriver" nebo "Queuedriver".