Partilhar via


PrintDriverProperty Construtores

Definição

Inicializa uma nova instância da classe PrintDriverProperty.

Sobrecargas

PrintDriverProperty(String)

Inicializa uma nova instância da classe PrintDriverProperty para a propriedade especificada.

PrintDriverProperty(String, Object)

Inicializa uma nova instância da classe PrintDriverProperty que tem o valor especificado para o atributo especificado.

PrintDriverProperty(String)

Inicializa uma nova instância da classe PrintDriverProperty para a propriedade especificada.

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

Parâmetros

attributeName
String

O nome da propriedade PrintDriver representada pelo PrintDriverProperty.

Comentários

O attributeName deve ser escrito exatamente o mesmo que o nome de alguma propriedade específica PrintDriver de um objeto do sistema de impressão, incluindo maiúsculas e minúsculas. Por exemplo, a QueueDriver propriedade de um PrintQueue objeto deve ser escrita como "QueueDriver", não "PrintDriver" ou "Queuedriver".

Aplica-se a

PrintDriverProperty(String, Object)

Inicializa uma nova instância da classe PrintDriverProperty que tem o valor especificado para o atributo especificado.

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

Parâmetros

attributeName
String

O nome da propriedade PrintDriver representada pelo PrintDriverProperty.

attributeValue
Object

O valor da propriedade representada pelo PrintDriverProperty.

Comentários

O attributeName deve ser escrito exatamente o mesmo que o nome de alguma propriedade específica PrintDriver de um objeto do sistema de impressão, incluindo maiúsculas e minúsculas. Por exemplo, a QueueDriver propriedade de um PrintQueue objeto deve ser escrita como "QueueDriver", não "PrintDriver" ou "Queuedriver".

Aplica-se a