Represents a workspace mapping on the server that is running Team Foundation Build.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IWorkspaceMapping
public interface IWorkspaceMapping
public interface class IWorkspaceMapping
type IWorkspaceMapping =  interface end
public interface IWorkspaceMapping
The IWorkspaceMapping type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Depth | Gets or sets the depth of the mapping. | 
| .gif) | LocalItem | Gets or sets the local item of the mapping. | 
| .gif) | MappingType | Gets or sets the mapping type, which is Map or Cloak. | 
| .gif) | ServerItem | Gets or sets the server item of the mapping. | 
Top