InternalMapping Class
Note: This API is now obsolete.
This class contains the minimum set of information that you need to re-create a working folder. These are serialized to local files.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Tasks.InternalMapping
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
Public NotInheritable Class InternalMapping
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
public sealed class InternalMapping
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
public ref class InternalMapping sealed
[<Sealed>]
[<ObsoleteAttribute("This class has been deprecated. Please remove all references.")>]
type InternalMapping = class end
public final class InternalMapping
The InternalMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InternalMapping() | Obsolete. | |
InternalMapping(WorkingFolder) | Obsolete. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
LocalItem | Obsolete. | |
ServerItem | Obsolete. | |
Type | Obsolete. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.