CurrencyWrapper Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe CurrencyWrapper.
Surcharges
| Nom | Description |
|---|---|
| CurrencyWrapper(Decimal) |
Initialise une nouvelle instance de la CurrencyWrapper classe avec le |
| CurrencyWrapper(Object) |
Initialise une nouvelle instance de la CurrencyWrapper classe avec l’objet contenant le |
CurrencyWrapper(Decimal)
Initialise une nouvelle instance de la CurrencyWrapper classe avec le Decimal wrapper et le marshaler en tant que type VT_CY.
public:
CurrencyWrapper(System::Decimal obj);
public CurrencyWrapper(decimal obj);
new System.Runtime.InteropServices.CurrencyWrapper : decimal -> System.Runtime.InteropServices.CurrencyWrapper
Public Sub New (obj As Decimal)
Paramètres
- obj
- Decimal
Decimal à envelopper et marshaler en tant que VT_CY.
S’applique à
CurrencyWrapper(Object)
Initialise une nouvelle instance de la CurrencyWrapper classe avec l’objet contenant le Decimal wrapper et marshalé en tant que type VT_CY.
public:
CurrencyWrapper(System::Object ^ obj);
public CurrencyWrapper(object obj);
new System.Runtime.InteropServices.CurrencyWrapper : obj -> System.Runtime.InteropServices.CurrencyWrapper
Public Sub New (obj As Object)
Paramètres
- obj
- Object
Objet contenant le Decimal wrapper et le marshaler en tant que VT_CY.
Exceptions
Le obj paramètre n’est pas un Decimal type.