Share via


TaskLoggingHelperExtension Constructor

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

Initializes a new instance of the TaskLoggingHelperExtension class with the task instance, primary resources, shared resources, and a Help keyword prefix.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    taskInstance As ITask, _
    primaryResources As ResourceManager, _
    sharedResources As ResourceManager, _
    helpKeywordPrefix As String _
)
public TaskLoggingHelperExtension(
    ITask taskInstance,
    ResourceManager primaryResources,
    ResourceManager sharedResources,
    string helpKeywordPrefix
)
public:
TaskLoggingHelperExtension(
    ITask^ taskInstance, 
    ResourceManager^ primaryResources, 
    ResourceManager^ sharedResources, 
    String^ helpKeywordPrefix
)
new : 
        taskInstance:ITask * 
        primaryResources:ResourceManager * 
        sharedResources:ResourceManager * 
        helpKeywordPrefix:string -> TaskLoggingHelperExtension
public function TaskLoggingHelperExtension(
    taskInstance : ITask, 
    primaryResources : ResourceManager, 
    sharedResources : ResourceManager, 
    helpKeywordPrefix : String
)

Parameters

  • helpKeywordPrefix
    Type: System.String

    The prefix for composing Help keywords.

.NET Framework Security

See Also

Reference

TaskLoggingHelperExtension Class

Microsoft.Build.Tasks Namespace