This documentation is archived and is not being maintained.

BuildProvider Properties

The BuildProvider type exposes the following members.

  NameDescription
Public property CodeCompilerType Represents the compiler type used by a build provider to generate source code for a custom file type.
Protected property ReferencedAssemblies Represents the assemblies to compile with the source generated by the build provider.
Protected property VirtualPath Represents the file to be built by this build provider implementation.
Public property VirtualPathDependencies Represents a collection of virtual paths that must be built before the build provider generates code.
Top
Show: