UidManager Class

Definition

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

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

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

Constructors

UidManager()

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

Initializes a new instance of the UidManager class.

Properties

IntermediateDirectory

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

Gets or sets the directory that is used to back up the source XAML files that are specified by the MarkupFiles property.

MarkupFiles

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

Gets or sets the source XAML files to include for UID checking, updating, or removing.

Task

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

Gets or sets the UID management task that you want to perform. Valid options are Check, Update, or Remove.

Methods

Execute()

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

Executes a task.

Applies to