BuildManager.GetCompiledCustomString(String) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
编译给定了虚拟路径的文件,并返回生成提供程序保存在缓存中的自定义字符串。
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
	参数
- virtualPath
 - String
 
要生成的文件的虚拟路径。
返回
由缓存到磁盘或内存的 GetCustomString(CompilerResults) 方法返回的字符串。