This documentation is archived and is not being maintained.
Mapping Class
Visual Studio 2013
Describes a mapping that links an item on the server to an item on the local machine.
System::Object
Microsoft.TeamFoundation.VersionControl.Client::Mapping
Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder
Microsoft.TeamFoundation.VersionControl.Client::Mapping
Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The Mapping type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Mapping() | Initializes a new instance of the Mapping class. |
![]() | Mapping(String, WorkingFolderType, RecursionType) | Initializes a new Mapping instance. |
| Name | Description | |
|---|---|---|
![]() | Depth | Gets the recursion type for the mapping. |
![]() | DisplayServerItem | Gets the display string for a server item. |
![]() | ServerItem | Gets the path of the server item that is associated with this mapping. |
![]() | Type | Gets the type of the mapped working folder. |
| Name | Description | |
|---|---|---|
![]() | Equals | Compares whether this Mapping instance and another object are equivalent. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Generates a hash code for this instance. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that shows all relevant properties of this mapping instance. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Compares whether two Mapping objects are equivalent. |
![]() ![]() | Inequality | Compares whether two Mapping objects are not equivalent. |
| Name | Description | |
|---|---|---|
![]() | m_depth | The mapping is m_depth. |
![]() | m_serverItem | The mapping is m_serverItem. |
![]() | m_type | The mapping is m_type. |
Show:
