Freigeben über


CurrencyWrapper.WrappedObject-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft das umschlossene Objekt als Typ gemarshallt werden VT_CY.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public decimal WrappedObject { get; }
public:
property Decimal WrappedObject {
    Decimal get();
}
member WrappedObject : decimal with get
Public ReadOnly Property WrappedObject As Decimal

Eigenschaftswert

Type: System.Decimal

Das umschlossene Objekt als Typ gemarshallt werden VT_CY.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

CurrencyWrapper-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang