PrintJobStatusProperty 类

定义

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

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

构造函数

PrintJobStatusProperty(String, Object)

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

PrintJobStatusProperty(String)

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

属性

IsDisposed

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

(继承自 PrintProperty)
IsInitialized

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

(继承自 PrintProperty)
Name

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

(继承自 PrintProperty)
Value

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

方法

Dispose()

释放 PrintProperty使用的所有资源。

(继承自 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(PrintJobStatusProperty to PrintJobStatus)

提供从指向 PrintJobStatusProperty的指针到 PrintJobStatus 值的隐式转换。

适用于