言語

PrintSystemTypeProperty クラス

定義

印刷システムハードウェアまたはソフトウェア コンポーネントの Type プロパティ (およびその値) を表します。

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

コンストラクター

名前 説明
PrintSystemTypeProperty(String, Object)

指定したプロパティ名と値を持つ PrintSystemTypeProperty クラスの新しいインスタンスを初期化します。

PrintSystemTypeProperty(String)

指定したプロパティ名を持つ PrintSystemTypeProperty クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
IsDisposed

オブジェクトが破棄されたかどうかを示す値を取得または設定します。

(継承元 PrintProperty)
IsInitialized

オブジェクトが初期化されているかどうかを示す値を取得または設定します。

(継承元 PrintProperty)
Name

派生クラスでオーバーライドされると、オブジェクトが表すプロパティの名前を取得します。

(継承元 PrintProperty)
Value

PrintSystemTypePropertyが表すプロパティの値を取得または設定します。

メソッド

名前 説明
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(PrintSystemTypeProperty to Type)

TypeへのポインターからPrintSystemTypeProperty値への暗黙的な変換を提供します。

適用対象