PrintDateTimeProperty 类

定义

表示 DateTime 打印系统硬件或软件组件的属性(及其值)。

public ref class PrintDateTimeProperty sealed : System::Printing::IndexedProperties::PrintProperty
[System.Serializable]
public sealed class PrintDateTimeProperty : System.Printing.IndexedProperties.PrintProperty
[<System.Serializable>]
type PrintDateTimeProperty = class
    inherit PrintProperty
Public NotInheritable Class PrintDateTimeProperty
Inherits PrintProperty
继承
PrintDateTimeProperty
属性

构造函数

名称 说明
PrintDateTimeProperty(String, Object)

初始化具有指定属性的指定值的类的新实例 PrintDateTimeProperty

PrintDateTimeProperty(String)

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

属性

名称 说明
IsDisposed

获取或设置一个值,该值指示对象是否已释放。

(继承自 PrintProperty)
IsInitialized

获取或设置一个值,该值指示对象是否已初始化。

(继承自 PrintProperty)
Name

在派生类中重写时,获取对象所表示的属性的名称。

(继承自 PrintProperty)
Value

获取或设置表示的属性 PrintDateTimeProperty 的值。

方法

名称 说明
Dispose()

释放由 <a0/a0> 使用的所有资源。

(继承自 PrintProperty)
Dispose(Boolean)

释放由 PrintProperty 托管资源使用的非托管资源,并选择性地释放托管资源。

(继承自 PrintProperty)
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
InternalDispose(Boolean)

释放由 PrintProperty 托管资源使用的非托管资源,并选择性地释放托管资源。

(继承自 PrintProperty)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
OnDeserialization(Object)

在派生类中重写时,实现 ISerializable 接口并在反序列化完成时引发反序列化事件。

(继承自 PrintProperty)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

运营商

名称 说明
Implicit(PrintDateTimeProperty to ValueType)

提供从指针到 as PrintDateTimePropertyDateTime隐式转换。

适用于