This documentation is archived and is not being maintained.
BuildProvider::GetCodeCompileUnit Method
Visual Studio 2010
Represents the container for the generated CodeDOM graph.
Assembly: System.Web (in System.Web.dll)
protected public: 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::CodeCompileUnitThe 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: