GetSharePointProjectDependeciesToBuild 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.
public ref class GetSharePointProjectDependeciesToBuild : Microsoft::VisualStudio::SharePoint::Tasks::BuildTask
public class GetSharePointProjectDependeciesToBuild : Microsoft.VisualStudio.SharePoint.Tasks.BuildTask
type GetSharePointProjectDependeciesToBuild = class
inherit BuildTask
Public Class GetSharePointProjectDependeciesToBuild
Inherits BuildTask
- Inheritance
Constructors
GetSharePointProjectDependeciesToBuild() |
Fields
FileExtensionMetadataName |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
FileNameMetadataName |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
FullPathMetadataName |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
RelativeDirMetadataName |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
Properties
ProjectDependencies | |
ProjectReferences | |
ProjectsToBuild |
Methods
Execute() |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
LogError(ITaskItem, String, Object[]) |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
LogErrorFromException(ITaskItem, Exception) |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
OnCheckParameters() |
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code. (Inherited from BuildTask) |
OnExecute() |