ITargetHolder.GetTarget<TTarget> 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.
Obtient la cible.
public TTarget GetTarget<TTarget> () where TTarget : class;
public TTarget? GetTarget<TTarget> () where TTarget : class;
abstract member GetTarget : unit -> 'arget (requires 'arget : null)
Public Function GetTarget(Of TTarget As Class) () As TTarget
Paramètres de type
- TTarget
Type cible.
Retours
TTarget
Cible.