PrintDriverProperty Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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".