BuildExtensionContext Class

Definition

Specifies settings for the build extension context.

public ref class BuildExtensionContext
public class BuildExtensionContext
type BuildExtensionContext = class
Public Class BuildExtensionContext
Inheritance
BuildExtensionContext
Derived

Properties

AssemblyName

Gets or sets the assembly name for the build extension context.

GeneratedFiles

Gets the collection of build extension context generated files.

GeneratedResourceFiles

Gets the collection of build extension context generated resource files.

IsInProcessXamlMarkupCompile

Gets or sets whether the build extension context is in process of Extensible Application Markup Language compilation.

Language

Gets or sets the build extension context language.

LocalAssembly

Gets or sets the locally defined assembly for the build extension context.

OutputPath

Gets or sets the build extension context output path.

References

Gets the collection of extension context reference.

RootNamespace

Gets or sets the extension context root namespace.

SourceCodeFiles

Gets the collection of source code files of the build extension context.

XamlBuildLogger

Gets or sets the XAML build logger.

Methods

AddGeneratedFile(String)

Generates a file for the build extension context.

AddGeneratedResourceFile(String)

Generates a resource file for the build extension context.

Applies to