NSBundle.PathForResourceAbsolute(String, String, String) 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.
Nom de chemin d’accès complet pour la ressource du nom et du type spécifiés dans le sous-répertoire spécifié.
[Foundation.Export("pathForResource:ofType:inDirectory:")]
public static string PathForResourceAbsolute (string name, string ofType, string bundleDirectory);
static member PathForResourceAbsolute : string * string * string -> string
Paramètres
- name
- String
- ofType
- String
Extension à rechercher ou null si aucune correspondance d’extension n’est souhaitée.
Ce paramètre peut être null
.
- bundleDirectory
- String
Retours
- Attributs