Sdílet prostřednictvím


PrintProcessorProperty Konstruktory

Definice

Inicializuje novou instanci PrintProcessorProperty třídy.

Přetížení

Name Description
PrintProcessorProperty(String)

Inicializuje novou instanci PrintProcessorProperty třídy pro zadanou vlastnost.

PrintProcessorProperty(String, Object)

Inicializuje novou instanci PrintProcessorProperty třídy, která má zadanou hodnotu pro zadanou vlastnost.

PrintProcessorProperty(String)

Inicializuje novou instanci PrintProcessorProperty třídy pro zadanou vlastnost.

public:
 PrintProcessorProperty(System::String ^ attributeName);
public PrintProcessorProperty(string attributeName);
new System.Printing.IndexedProperties.PrintProcessorProperty : string -> System.Printing.IndexedProperties.PrintProcessorProperty
Public Sub New (attributeName As String)

Parametry

attributeName
String

Převede PrintProcessorProperty se.

Poznámky

Měl attributeName by být napsaný přesně stejně jako název určité PrintProcessor vlastnosti tiskového systémového objektu, včetně velikostí. Například QueuePrintProcessor vlastnost objektu PrintQueue musí být napsaná "QueuePrintProcessor", nikoli "PrintProcessor" nebo "Queueprintprocessor".

Platí pro

PrintProcessorProperty(String, Object)

Inicializuje novou instanci PrintProcessorProperty třídy, která má zadanou hodnotu pro zadanou vlastnost.

public:
 PrintProcessorProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintProcessorProperty(string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintProcessorProperty : string * obj -> System.Printing.IndexedProperties.PrintProcessorProperty
Public Sub New (attributeName As String, attributeValue As Object)

Parametry

attributeName
String

Název PrintProcessor vlastnosti, která PrintProcessorProperty představuje.

attributeValue
Object

Hodnota vlastnosti, která PrintProcessorProperty představuje.

Poznámky

Měl attributeName by být napsaný přesně stejně jako název určité PrintProcessor vlastnosti tiskového systémového objektu, včetně velikostí. Například QueuePrintProcessor vlastnost objektu PrintQueue musí být napsaná "QueuePrintProcessor", nikoli "PrintProcessor" nebo "Queueprintprocessor".

Platí pro