MergeLocalizationDirectives Class

Definition

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

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

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

Constructors

MergeLocalizationDirectives()

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

Initializes a new instance of the MergeLocalizationDirectives class.

Properties

GeneratedLocalizationFiles

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

Gets or sets the list of localization directives files for individual files in XAML binary format.

OutputFile

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

Gets or sets the output path of the compiled localization-directives assembly.

Methods

Execute()

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

Executes a task.

Applies to