GCHandle<T>.Target Propriété
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.
Obtient ou définit l’objet que représente ce handle.
public:
property T Target { T get(); void set(T value); };
public readonly T Target { get; set; }
member this.Target : 'T with get, set
Public Property Target As T
Valeur de propriété
Exceptions
Le handle n’est pas initialisé ou déjà supprimé.