IWorkspaceMapping Interface
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
'Declaração
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 | |
---|---|---|
Depth | Gets or sets the depth of the mapping. | |
LocalItem | Gets or sets the local item of the mapping. | |
MappingType | Gets or sets the mapping type, which is Map or Cloak. | |
ServerItem | Gets or sets the server item of the mapping. |
Top