IUnwrappable.Unwrap(Type) 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.
Désencapsule un objet.
public:
System::Object ^ Unwrap(Type ^ declaredType);
public object Unwrap (Type declaredType);
abstract member Unwrap : Type -> obj
Public Function Unwrap (declaredType As Type) As Object
Paramètres
- declaredType
- Type
Type dans lequel l’objet doit être non encapsulé.
Retours
Objet non encapsulé.