Share via


PrintSystemTypeProperty Constructores

Definición

Inicializa una nueva instancia de la clase PrintSystemTypeProperty.

Sobrecargas

PrintSystemTypeProperty(String)

Inicializa una instancia nueva de la clase PrintSystemTypeProperty que tiene el nombre y el valor de propiedad especificados.

PrintSystemTypeProperty(String, Object)

Inicializa una instancia nueva de la clase PrintSystemTypeProperty que tiene el nombre y el valor de propiedad especificados.

PrintSystemTypeProperty(String)

Inicializa una instancia nueva de la clase PrintSystemTypeProperty que tiene el nombre y el valor de propiedad especificados.

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)

Parámetros

attributeName
String

Nombre de la propiedad representada por PrintSystemTypeProperty.

Comentarios

Debe attributeName escribirse exactamente igual que el nombre de alguna propiedad determinada Type de un objeto del sistema de impresión, incluido el uso de mayúsculas y minúsculas.

Se aplica a

PrintSystemTypeProperty(String, Object)

Inicializa una instancia nueva de la clase PrintSystemTypeProperty que tiene el nombre y el valor de propiedad especificados.

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)

Parámetros

attributeName
String

Nombre de la propiedad representada por PrintSystemTypeProperty.

attributeValue
Object

Valor de la propiedad representada por PrintSystemTypeProperty.

Comentarios

Debe attributeName escribirse exactamente igual que el nombre de alguna propiedad determinada Type de un objeto del sistema de impresión, incluido el uso de mayúsculas y minúsculas.

Se aplica a