UidManager Class
This API supports the product infrastructure and is not intended to be used directly from your code.
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 Task.
Assembly: PresentationBuildTasks (in PresentationBuildTasks.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task.(Inherited from Task.) |
![]() | BuildEngine2 | Gets the instance of the IBuildEngine2 object used by the task.(Inherited from Task.) |
![]() | BuildEngine3 | Gets the instance of the IBuildEngine3 object used by the task.(Inherited from Task.) |
![]() | BuildEngine4 | Gets the instance of the IBuildEngine4 object used by the task.(Inherited from Task.) |
![]() | HostObject | Gets or sets the host object associated with the task.(Inherited from Task.) |
![]() | 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. |
![]() | Log | Gets an instance of a TaskLoggingHelper class containing task logging methods.(Inherited from Task.) |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Execute() | This API supports the product infrastructure and is not intended to be used directly from your code. Executes a task.(Overrides Task::Execute().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

