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