DictionaryContainer.GetNativeValue<T>(NSString) 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.
Retourne l’objet natif associé key
à .
protected T GetNativeValue<T> (Foundation.NSString key) where T : class, ObjCRuntime.INativeObject;
member this.GetNativeValue : Foundation.NSString -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)
Paramètres de type
- T
Type INativeObject associé key
à .
Paramètres
- key
- NSString
Identificateur de la référence.
Retours
T