ToolTask Constructors
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.
Initializes a new instance of the ToolTask class.
Overloads
ToolTask() |
Protected constructor |
ToolTask(ResourceManager) |
Protected constructor |
ToolTask(ResourceManager, String) |
Protected constructor |
ToolTask()
- Source:
- ToolTask.cs
Protected constructor
protected:
ToolTask();
protected ToolTask ();
Protected Sub New ()
Applies to
ToolTask(ResourceManager)
- Source:
- ToolTask.cs
Protected constructor
protected:
ToolTask(System::Resources::ResourceManager ^ taskResources);
protected ToolTask (System.Resources.ResourceManager taskResources);
new Microsoft.Build.Utilities.ToolTask : System.Resources.ResourceManager -> Microsoft.Build.Utilities.ToolTask
Protected Sub New (taskResources As ResourceManager)
Parameters
- taskResources
- ResourceManager
The resource manager for task resources
Applies to
ToolTask(ResourceManager, String)
- Source:
- ToolTask.cs
Protected constructor
protected:
ToolTask(System::Resources::ResourceManager ^ taskResources, System::String ^ helpKeywordPrefix);
protected ToolTask (System.Resources.ResourceManager taskResources, string helpKeywordPrefix);
new Microsoft.Build.Utilities.ToolTask : System.Resources.ResourceManager * string -> Microsoft.Build.Utilities.ToolTask
Protected Sub New (taskResources As ResourceManager, helpKeywordPrefix As String)
Parameters
- taskResources
- ResourceManager
The resource manager for task resources
- helpKeywordPrefix
- String
The help keyword prefix for task's messages