Share via


BuildTask Class

Definition

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

public ref class BuildTask abstract : Microsoft::Build::Utilities::Task
public abstract class BuildTask : Microsoft.Build.Utilities.Task
type BuildTask = class
    inherit Task
Public MustInherit Class BuildTask
Inherits Task
Inheritance
BuildTask
Derived

Constructors

Name Description
BuildTask()

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

Fields

Name Description
FileExtensionMetadataName

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

FileNameMetadataName

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

FullPathMetadataName

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

RelativeDirMetadataName

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

Methods

Name Description
Execute()

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

LogError(ITaskItem, String, Object[])

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

LogErrorFromException(ITaskItem, Exception)

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

OnCheckParameters()

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

OnExecute()

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

Applies to