PrintInt32Property 类

定义

表示打印系统硬件或软件组件的 Int32 属性(和属性的值)。

public ref class PrintInt32Property sealed : System::Printing::IndexedProperties::PrintProperty
public sealed class PrintInt32Property : System.Printing.IndexedProperties.PrintProperty
type PrintInt32Property = class
    inherit PrintProperty
Public NotInheritable Class PrintInt32Property
Inherits PrintProperty
继承
PrintInt32Property

构造函数

PrintInt32Property(String)

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

PrintInt32Property(String, Object)

为指定的特性初始化 PrintInt32Property 类的一个新实例,并为其提供指定值。

属性

IsDisposed

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

(继承自 PrintProperty)
IsInitialized

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

(继承自 PrintProperty)
Name

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

(继承自 PrintProperty)
Value

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

方法

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(PrintInt32Property to Int32)

提供从指向 Int32 的指针到 PrintInt32Property 的隐式转换。

适用于