Share via


PrintSystemTypeProperty Construtores

Definição

Inicializa uma nova instância da classe PrintSystemTypeProperty.

Sobrecargas

PrintSystemTypeProperty(String)

Inicializa uma nova instância da classe PrintSystemTypeProperty que tem o nome da propriedade especificado.

PrintSystemTypeProperty(String, Object)

Inicializa uma nova instância da classe PrintSystemTypeProperty que tem o nome e valor da propriedade especificados.

PrintSystemTypeProperty(String)

Inicializa uma nova instância da classe PrintSystemTypeProperty que tem o nome da propriedade especificado.

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

O nome da propriedade que PrintSystemTypeProperty representa.

Comentários

O attributeName deve ser escrito exatamente o mesmo que o nome de alguma propriedade específica Type de um objeto do sistema de impressão, incluindo maiúsculas e minúsculas.

Aplica-se a

PrintSystemTypeProperty(String, Object)

Inicializa uma nova instância da classe PrintSystemTypeProperty que tem o nome e valor da propriedade 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

O nome da propriedade que PrintSystemTypeProperty representa.

attributeValue
Object

O valor da propriedade representada pelo PrintSystemTypeProperty.

Comentários

O attributeName deve ser escrito exatamente o mesmo que o nome de alguma propriedade específica Type de um objeto do sistema de impressão, incluindo maiúsculas e minúsculas.

Aplica-se a