PrintDriverProperty Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe PrintDriverProperty.
Surcharges
PrintDriverProperty(String) |
Initialise une nouvelle instance de la classe PrintDriverProperty pour la propriété spécifiée. |
PrintDriverProperty(String, Object) |
Initialise une nouvelle instance de la classe PrintDriverProperty qui a la valeur spécifiée pour l’attribut spécifié. |
PrintDriverProperty(String)
Initialise une nouvelle instance de la classe PrintDriverProperty pour la propriété spécifiée.
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)
Paramètres
- attributeName
- String
Nom de la propriété PrintDriver que représente le PrintDriverProperty.
Remarques
Le attributeName
doit être orthographié exactement de la même façon que le nom d’une propriété PrintDriver particulière d’un objet système d’impression, y compris la casse. Par exemple, la propriété QueueDriver d’un objet PrintQueue doit être orthographié « QueueDriver », et non « PrintDriver » ou « Queuedriver ».
S’applique à
PrintDriverProperty(String, Object)
Initialise une nouvelle instance de la classe PrintDriverProperty qui a la valeur spécifiée pour l’attribut spécifié.
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)
Paramètres
- attributeName
- String
Nom de la propriété PrintDriver que représente le PrintDriverProperty.
- attributeValue
- Object
Valeur de la propriété que représente l'PrintDriverProperty.
Remarques
Le attributeName
doit être orthographié exactement de la même façon que le nom d’une propriété PrintDriver particulière d’un objet système d’impression, y compris la casse. Par exemple, la propriété QueueDriver d’un objet PrintQueue doit être orthographié « QueueDriver », et non « PrintDriver » ou « Queuedriver ».