PrintQueueAttributeProperty 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示列印系統硬體或軟體元件的 PrintQueueAttributes 屬性 (及其值)。
public ref class PrintQueueAttributeProperty sealed : System::Printing::IndexedProperties::PrintProperty
public sealed class PrintQueueAttributeProperty : System.Printing.IndexedProperties.PrintProperty
type PrintQueueAttributeProperty = class
inherit PrintProperty
Public NotInheritable Class PrintQueueAttributeProperty
Inherits PrintProperty
- 繼承
建構函式
PrintQueueAttributeProperty(String) |
初始化所指定之屬性之 PrintQueueAttributeProperty 類別的新執行個體。 |
PrintQueueAttributeProperty(String, Object) |
初始化指定屬性擁有指定值之 PrintQueueAttributeProperty 類別的新執行個體。 |
屬性
IsDisposed |
取得或設定一個值,指出是否已經處置物件。 (繼承來源 PrintProperty) |
IsInitialized |
取得或設定值,這個值表示物件是否已經初始化。 (繼承來源 PrintProperty) |
Name |
在衍生類別 (Derived Class) 中覆寫時,會取得物件所表示屬性的名稱。 (繼承來源 PrintProperty) |
Value |
取得或設定 PrintQueueAttributeProperty 表示的屬性值。 |
方法
Dispose() |
釋放 PrintProperty 正在使用的所有資源。 (繼承來源 PrintProperty) |
Dispose(Boolean) |
釋放 PrintProperty 正在使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。 (繼承來源 PrintProperty) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
InternalDispose(Boolean) |
釋放 PrintProperty 正在使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。 (繼承來源 PrintProperty) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
OnDeserialization(Object) |
在衍生類別中覆寫時,如果還原序列化 (Deserialization) 完成,則實作 ISerializable 介面,並引發還原序列化事件。 (繼承來源 PrintProperty) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
運算子
Implicit(PrintQueueAttributeProperty to PrintQueueAttributes) |
提供由指標的 PrintQueueAttributes 值至 PrintQueueAttributeProperty 的隱含轉換。 |