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) |