CurrencyWrapper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.
マーシャラーが VT_CY
としてマーシャリングする必要があるオブジェクトをラップします。
public ref class CurrencyWrapper sealed
[System.Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
public sealed class CurrencyWrapper
public sealed class CurrencyWrapper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class CurrencyWrapper
[<System.Obsolete("CurrencyWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")>]
type CurrencyWrapper = class
type CurrencyWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CurrencyWrapper = class
Public NotInheritable Class CurrencyWrapper
- 継承
-
CurrencyWrapper
- 属性
注釈
バリアント型 (Variant) として渡された場合にラップされたオブジェクトをマーシャリングする方法を制御します。 を Decimal
に CurrencyWrapper
ラップして、 として VT_CY
マーシャリングします。
コンストラクター
CurrencyWrapper(Decimal) |
古い.
ラップされ、型 |
CurrencyWrapper(Object) |
古い.
ラップされ、型 |
プロパティ
WrappedObject |
古い.
型 |
メソッド
Equals(Object) |
古い.
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
古い.
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
.NET