Partager via


PrintSystemTypeProperty Constructeurs

Définition

Initialise une nouvelle instance de la classe PrintSystemTypeProperty.

Surcharges

PrintSystemTypeProperty(String)

Initialise une nouvelle instance de la classe PrintSystemTypeProperty ayant le nom de la propriété spécifiée.

PrintSystemTypeProperty(String, Object)

Initialise une nouvelle instance de la classe PrintSystemTypeProperty ayant la valeur et le nom de la propriété spécifiée.

PrintSystemTypeProperty(String)

Initialise une nouvelle instance de la classe PrintSystemTypeProperty ayant le nom de la propriété spécifiée.

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

Paramètres

attributeName
String

Nom de la propriété représentée par PrintSystemTypeProperty.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété particulière Type d’un objet système d’impression, y compris la casse.

S’applique à

PrintSystemTypeProperty(String, Object)

Initialise une nouvelle instance de la classe PrintSystemTypeProperty ayant la valeur et le nom de la propriété spécifiée.

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

Paramètres

attributeName
String

Nom de la propriété représentée par PrintSystemTypeProperty.

attributeValue
Object

Valeur de la propriété que PrintSystemTypeProperty représente.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété particulière Type d’un objet système d’impression, y compris la casse.

S’applique à