MarkupCompilePass2 Class

Definition

Implements the MarkupCompilePass2 task. Use the MarkupCompilePass2 element in your project file to create and execute this task. For usage and parameter information, see MarkupCompilePass2.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class MarkupCompilePass2 sealed : Microsoft::Build::Utilities::Task
public sealed class MarkupCompilePass2 : Microsoft.Build.Utilities.Task
type MarkupCompilePass2 = class
    inherit Task
Public NotInheritable Class MarkupCompilePass2
Inherits Task
Inheritance
MarkupCompilePass2

Constructors

MarkupCompilePass2()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the MarkupCompilePass2 class.

Properties

AlwaysCompileMarkupFilesInSeparateDomain

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether to run the compilation in second application domain.

AssembliesGeneratedDuringBuild

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a list of reference assemblies that change during the build cycle.

AssemblyName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the short name of assembly that will be generated for this project.

GeneratedBaml

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the generated binary XAML (BAML) files.

KnownReferencePaths

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the paths of referenced assemblies that do not change during the build procedure.

Language

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the managed language that the compiler supports.

LocalizationDirectivesToLocFile

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that specifies how to generate localization information for each Extensible Application Markup Language (XAML) file.

OutputPath

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the location of generated code files.

OutputType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the output type of the assembly.

References

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the assembly references.

RootNamespace

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the root namespace of the classes inside the project.

XamlDebuggingInformation

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether diagnostic information is generated and included in the compiled XAML in order to aid debugging.

Methods

Execute()

This API supports the product infrastructure and is not intended to be used directly from your code.

Executes a task.

Applies to