PrintDateTimeProperty 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 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 que représente le PrintDateTimeProperty.
Remarques
Le attributeName
doit être orthographié exactement de la même façon que le nom d’une propriété DateTime particulière d’un objet système d’impression, y compris la casse. Par exemple, la propriété StartTimeOfDay d’un objet PrintSystemJobInfo doit être orthographié « 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 que représente le PrintDateTimeProperty.
- attributeValue
- Object
Valeur de la propriété que représente l'PrintDateTimeProperty.
Remarques
Le attributeName
doit être orthographié exactement de la même façon que le nom d’une propriété DateTime particulière d’un objet système d’impression, y compris la casse. Par exemple, la propriété StartTimeOfDay d’un objet PrintSystemJobInfo doit être orthographié « StartTimeOfDay », et non « StartTime » ou « Starttimeofday ».