BuildTask Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
BuildTask() |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. |
Fields
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
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. |