Sdílet prostřednictvím


PrintSystemTypeProperty Konstruktory

Definice

Inicializuje novou instanci PrintSystemTypeProperty třídy.

Přetížení

PrintSystemTypeProperty(String)

Inicializuje novou instanci PrintSystemTypeProperty třídy, která má zadaný název vlastnosti.

PrintSystemTypeProperty(String, Object)

Inicializuje novou instanci PrintSystemTypeProperty třídy, která má zadaný název vlastnosti a hodnotu.

PrintSystemTypeProperty(String)

Inicializuje novou instanci PrintSystemTypeProperty třídy, která má zadaný název vlastnosti.

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

Parametry

attributeName
String

Název vlastnosti, kterou PrintSystemTypeProperty představuje.

Poznámky

Hodnota attributeName by měla být napsaná přesně stejně jako název určité Type vlastnosti objektu tiskového systému, včetně písmen.

Platí pro

PrintSystemTypeProperty(String, Object)

Inicializuje novou instanci PrintSystemTypeProperty třídy, která má zadaný název vlastnosti a hodnotu.

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

Parametry

attributeName
String

Název vlastnosti, kterou PrintSystemTypeProperty představuje.

attributeValue
Object

Hodnota vlastnosti, kterou PrintSystemTypeProperty představuje.

Poznámky

Hodnota attributeName by měla být napsaná přesně stejně jako název určité Type vlastnosti objektu tiskového systému, včetně písmen.

Platí pro