Partager via


NSBundle.PathForResourceAbsolute(String, String, String) Méthode

Définition

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

S’applique à