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
CurrencyWrapper(Decimal) |
Initialise une nouvelle instance de la classe CurrencyWrapper avec le |
CurrencyWrapper(Object) |
Initialise une nouvelle instance de la classe CurrencyWrapper avec l'objet contenant le |
CurrencyWrapper(Decimal)
- Source:
- CurrencyWrapper.cs
- Source:
- CurrencyWrapper.cs
- Source:
- CurrencyWrapper.cs
Initialise une nouvelle instance de la classe CurrencyWrapper avec le Decimal
à encapsuler et marshaler comme VT_CY
de type.
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
à encapsuler et marshaler comme VT_CY
.
S’applique à
CurrencyWrapper(Object)
- Source:
- CurrencyWrapper.cs
- Source:
- CurrencyWrapper.cs
- Source:
- CurrencyWrapper.cs
Initialise une nouvelle instance de la classe CurrencyWrapper avec l'objet contenant le Decimal
à encapsuler et marshaler comme VT_CY
de type.
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
à encapsuler et marshaler comme VT_CY
.
Exceptions
Le paramètre obj
n'est pas un type Decimal.