Condividi tramite


PrintDriverProperty Costruttori

Definizione

Inizializza una nuova istanza della classe PrintDriverProperty.

Overload

PrintDriverProperty(String)

Inizializza una nuova istanza della classe PrintDriverProperty per la proprietà specificata.

PrintDriverProperty(String, Object)

Inizializza una nuova istanza della classe PrintDriverProperty con il valore specificato per l'attributo specificato.

PrintDriverProperty(String)

Inizializza una nuova istanza della classe PrintDriverProperty per la proprietà specificata.

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)

Parametri

attributeName
String

Nome della proprietà PrintDriver rappresentata dal PrintDriverProperty.

Commenti

Il attributeName deve essere digitato esattamente come il nome di una particolare proprietà PrintDriver di un oggetto di sistema di stampa, inclusa la combinazione di maiuscole e minuscole. Ad esempio, la proprietà QueueDriver di un oggetto PrintQueue deve essere digitata come "QueueDriver", non "PrintDriver" o "Queuedriver".

Si applica a

PrintDriverProperty(String, Object)

Inizializza una nuova istanza della classe PrintDriverProperty con il valore specificato per l'attributo specificato.

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)

Parametri

attributeName
String

Nome della proprietà PrintDriver rappresentata dal PrintDriverProperty.

attributeValue
Object

Valore della proprietà rappresentata dal PrintDriverProperty.

Commenti

Il attributeName deve essere digitato esattamente come il nome di una particolare proprietà PrintDriver di un oggetto di sistema di stampa, inclusa la combinazione di maiuscole e minuscole. Ad esempio, la proprietà QueueDriver di un oggetto PrintQueue deve essere digitata come "QueueDriver", non "PrintDriver" o "Queuedriver".

Si applica a