BuildManager.GetCompiledCustomString(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.
Compile un fichier, en fonction de son chemin d'accès virtuel, et retourne une chaîne personnalisée que le fournisseur de générations rend persistante dans le cache.
public:
static System::String ^ GetCompiledCustomString(System::String ^ virtualPath);
public static string GetCompiledCustomString (string virtualPath);
static member GetCompiledCustomString : string -> string
Public Shared Function GetCompiledCustomString (virtualPath As String) As String
Paramètres
- virtualPath
- String
Chemin d'accès virtuel au fichier à générer.
Retours
Chaîne retournée par la méthode GetCustomString(CompilerResults) qui est mise en cache sur le disque ou dans la mémoire.