Partager via


PrintDateTimeProperty Constructeurs

Définition

Initialise une nouvelle instance de la classe PrintDateTimeProperty.

Surcharges

PrintDateTimeProperty(String)

Initialise une nouvelle instance de la classe PrintDateTimeProperty pour la propriété spécifiée.

PrintDateTimeProperty(String, Object)

Initialise une nouvelle instance de la classe PrintDateTimeProperty qui a la valeur spécifiée pour l'attribut spécifié.

PrintDateTimeProperty(String)

Initialise une nouvelle instance de la classe PrintDateTimeProperty pour la propriété spécifiée.

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

Paramètres

attributeName
String

Nom de la propriété DateTime représentée par la PrintDateTimeProperty.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété particulière DateTime d’un objet système d’impression, y compris la casse. Par exemple, la StartTimeOfDay propriété d’un PrintSystemJobInfo objet doit être orthographiée « StartTimeOfDay », et non « StartTime » ou « Starttimeofday ».

S’applique à

PrintDateTimeProperty(String, Object)

Initialise une nouvelle instance de la classe PrintDateTimeProperty qui a la valeur spécifiée pour l'attribut spécifié.

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

Paramètres

attributeName
String

Nom de la propriété DateTime représentée par la PrintDateTimeProperty.

attributeValue
Object

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

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété particulière DateTime d’un objet système d’impression, y compris la casse. Par exemple, la StartTimeOfDay propriété d’un PrintSystemJobInfo objet doit être orthographiée « StartTimeOfDay », et non « StartTime » ou « Starttimeofday ».

S’applique à