BuildManager.GetCompiledCustomString(String) Méthode

Définition

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.

S’applique à

Voir aussi