PrintProcessorProperty 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 PrintProcessorProperty.
Surcharges
PrintProcessorProperty(String) |
Initialise une nouvelle instance de la classe PrintProcessorProperty pour la propriété spécifiée. |
PrintProcessorProperty(String, Object) |
Initialise une nouvelle instance de la classe PrintProcessorProperty qui a la valeur spécifiée pour la propriété indiquée. |
PrintProcessorProperty(String)
Initialise une nouvelle instance de la classe PrintProcessorProperty pour la propriété spécifiée.
public:
PrintProcessorProperty(System::String ^ attributeName);
public PrintProcessorProperty (string attributeName);
new System.Printing.IndexedProperties.PrintProcessorProperty : string -> System.Printing.IndexedProperties.PrintProcessorProperty
Public Sub New (attributeName As String)
Paramètres
- attributeName
- String
PrintProcessorProperty converti.
Remarques
Le attributeName
doit être orthographié exactement comme le nom d’une propriété particulière PrintProcessor d’un objet système d’impression, y compris la casse. Par exemple, la QueuePrintProcessor propriété d’un PrintQueue objet doit être orthographiée « QueuePrintProcessor », et non « PrintProcessor » ou « Queueprintprocessor ».
S’applique à
PrintProcessorProperty(String, Object)
Initialise une nouvelle instance de la classe PrintProcessorProperty qui a la valeur spécifiée pour la propriété indiquée.
public:
PrintProcessorProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintProcessorProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintProcessorProperty : string * obj -> System.Printing.IndexedProperties.PrintProcessorProperty
Public Sub New (attributeName As String, attributeValue As Object)
Paramètres
- attributeName
- String
Nom de la propriété PrintProcessor représentée par la PrintProcessorProperty.
- attributeValue
- Object
Valeur de la propriété que PrintProcessorProperty représente.
Remarques
Le attributeName
doit être orthographié exactement comme le nom d’une propriété particulière PrintProcessor d’un objet système d’impression, y compris la casse. Par exemple, la QueuePrintProcessor propriété d’un PrintQueue objet doit être orthographiée « QueuePrintProcessor », et non « PrintProcessor » ou « Queueprintprocessor ».