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 build conserve 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 du fichier à générer.
Retours
Chaîne, telle qu’elle est retournée par la GetCustomString(CompilerResults) méthode, mise en cache sur disque ou mémoire.