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.
Applies to
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.