ComVariantMarshaller.RefPropagate.ToUnmanaged 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.
Créez une ComVariant non managée en fonction des valeurs managées et non managées fournies.
public:
System::Runtime::InteropServices::Marshalling::ComVariant ToUnmanaged();
public System.Runtime.InteropServices.Marshalling.ComVariant ToUnmanaged ();
member this.ToUnmanaged : unit -> System.Runtime.InteropServices.Marshalling.ComVariant
Public Function ToUnmanaged () As ComVariant
Retours
Instance ComVariant représentant l’état actuel du marshaller.
Exceptions
Lorsque la valeur managée doit être propagée vers la variante non managée, mais que le type de valeur managée ne peut pas être converti en type de variante.