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 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 ».