BuildProvider::GetCodeCompileUnit Method (IDictionary^%)
.NET Framework (current version)
Represents the container for the generated CodeDOM graph.
Assembly: System.Web (in System.Web.dll)
public protected: virtual CodeCompileUnit^ GetCodeCompileUnit( [OutAttribute] IDictionary^% linePragmasTable )
Parameters
- linePragmasTable
-
Type:
System.Collections::IDictionary^%
When this method returns, contains a dictionary that contains all associated line numbers and line pragmas of the source code. This parameter is passed uninitialized.
Return Value
Type: System.CodeDom::CodeCompileUnit^The container for the CodeDOM graph that is generated by the BuildProvider instance.
This method can be used through the ClientBuildManager class for syntax highlighting and designer support in Visual Studio.
.NET Framework
Available since 2.0
Available since 2.0
Show: