TaskLoggingHelperExtension Constructor
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 constructor
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
TaskLoggingHelperExtension(Microsoft::Build::Framework::ITask ^ taskInstance, System::Resources::ResourceManager ^ primaryResources, System::Resources::ResourceManager ^ sharedResources, System::String ^ helpKeywordPrefix);
public TaskLoggingHelperExtension (Microsoft.Build.Framework.ITask taskInstance, System.Resources.ResourceManager primaryResources, System.Resources.ResourceManager sharedResources, string helpKeywordPrefix);
new Microsoft.Build.Tasks.TaskLoggingHelperExtension : Microsoft.Build.Framework.ITask * System.Resources.ResourceManager * System.Resources.ResourceManager * string -> Microsoft.Build.Tasks.TaskLoggingHelperExtension
Public Sub New (taskInstance As ITask, primaryResources As ResourceManager, sharedResources As ResourceManager, helpKeywordPrefix As String)
Parameters
- taskInstance
- ITask
A task containing an instance of the TaskLoggingHelperExtension class.
- primaryResources
- ResourceManager
UI and string resources.
- sharedResources
- ResourceManager
Shared UI and string resources.
- helpKeywordPrefix
- String
The prefix for composing Help keywords.