PrintDateTimeProperty 构造函数

定义

初始化 PrintDateTimeProperty 类的新实例。

重载

PrintDateTimeProperty(String)

针对指定的属性初始化 PrintDateTimeProperty 类的新实例。

PrintDateTimeProperty(String, Object)

初始化 PrintDateTimeProperty 类的一个新实例,该类具有指定特性的指定值。

PrintDateTimeProperty(String)

针对指定的属性初始化 PrintDateTimeProperty 类的新实例。

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)

参数

attributeName
String

DateTime 表示的 PrintDateTimeProperty 属性的名称。

注解

attributeName的拼写应与打印系统对象的某些特定DateTime属性的名称(包括大小写)完全相同。 例如, StartTimeOfDay 对象的 属性 PrintSystemJobInfo 必须拼写为“StartTimeOfDay”,而不是“StartTime”或“Starttimeofday”。

适用于

PrintDateTimeProperty(String, Object)

初始化 PrintDateTimeProperty 类的一个新实例,该类具有指定特性的指定值。

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)

参数

attributeName
String

DateTime 表示的 PrintDateTimeProperty 属性的名称。

attributeValue
Object

PrintDateTimeProperty 表示的属性的值。

注解

attributeName的拼写应与打印系统对象的某些特定DateTime属性的名称(包括大小写)完全相同。 例如, StartTimeOfDay 对象的 属性 PrintSystemJobInfo 必须拼写为“StartTimeOfDay”,而不是“StartTime”或“Starttimeofday”。

适用于