Share via


InternalMapping Constructor (WorkingFolder)

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<ObsoleteAttribute("This constructor has been deprecated. Please remove all references.")> _
Public Sub New ( _
    workingFolder As WorkingFolder _
)
[ObsoleteAttribute("This constructor has been deprecated. Please remove all references.")]
public InternalMapping(
    WorkingFolder workingFolder
)
[ObsoleteAttribute(L"This constructor has been deprecated. Please remove all references.")]
public:
InternalMapping(
    WorkingFolder^ workingFolder
)
[<ObsoleteAttribute("This constructor has been deprecated. Please remove all references.")>]
new : 
        workingFolder:WorkingFolder -> InternalMapping
public function InternalMapping(
    workingFolder : WorkingFolder
)

Parameters

.NET Framework Security

See Also

Reference

InternalMapping Class

InternalMapping Overload

Microsoft.TeamFoundation.Build.Tasks Namespace