This documentation is archived and is not being maintained.
BuildProvider::GetCodeCompileUnit Method
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: