ComVariant.GetRawDataRef<T> Méthode
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.
Obtenez une référence à l’emplacement de stockage dans cette instance ComVariant.
public:
generic <typename T>
where T : value class T % GetRawDataRef();
public ref T GetRawDataRef<T>() where T : struct;
member this.GetRawDataRef : unit -> 'T (requires 'T : struct)
Public Function GetRawDataRef(Of T As Structure) () As T
Paramètres de type
- T
Type de référence à retourner.
Retours
Référence à l’emplacement de stockage dans cette ComVariant.
Exceptions
T est Decimal ou supérieur à l’espace de stockage dans un ComVariant.