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