ClientBuildManager.GenerateCode(String, String, IDictionary) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates code from the contents of a file.
public:
 System::String ^ GenerateCode(System::String ^ virtualPath, System::String ^ virtualFileString, [Runtime::InteropServices::Out] System::Collections::IDictionary ^ % linePragmasTable);
	public string GenerateCode(string virtualPath, string virtualFileString, out System.Collections.IDictionary linePragmasTable);
	member this.GenerateCode : string * string * IDictionary -> string
	Public Function GenerateCode (virtualPath As String, virtualFileString As String, ByRef linePragmasTable As IDictionary) As String
	Parameters
- virtualPath
 - String
 
The virtual path to the file.
- virtualFileString
 - String
 
The contents of the file.
- linePragmasTable
 - IDictionary
 
When this method returns, contains a dictionary of line pragmas.
Returns
A String containing the generated code.
Exceptions
virtualPath is null.