Represents a working folder setting.
Inheritance Hierarchy
System.Object
  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)
Syntax
声明
Public NotInheritable Class WorkingFolder _
    Inherits Mapping
public sealed class WorkingFolder : Mapping
public ref class WorkingFolder sealed : public Mapping
[<Sealed>]
type WorkingFolder =  
    class
        inherit Mapping
    end
public final class WorkingFolder extends Mapping
The WorkingFolder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | WorkingFolder(String, String) | Initializes a new working folder object that represents a mapping of serverItem to localItem. | 
| .gif) | WorkingFolder(String, String, WorkingFolderType) | Creates a working folder object. | 
| .gif) | WorkingFolder(String, String, WorkingFolderType, RecursionType) | Creates a working folder object. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Depth | Gets the recursion type for the mapping. (Inherited from Mapping.) | 
| .gif) | DisplayServerItem | Gets the display string for a server item. (Inherited from Mapping.) | 
| .gif) | IsCloaked | Gets a flag that describes whether this mapping is a cloak. | 
| .gif) | LocalItem | Gets the local folder for this item map. | 
| .gif) .gif) | LocalItemComparer | Comparer to sort WorkingFolder instances that are based on a local path. | 
| .gif) | ServerItem | Gets the path of the server item that is associated with this mapping. (Inherited from Mapping.) | 
| .gif) .gif) | ServerItemComparer | Comparer to sort WorkingFolder instances that are based on a server path. | 
| .gif) | Type | Gets the type of the mapped working folder. (Inherited from Mapping.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Compare this instance to another WorkingFolder instance for equality. (Overrides Mapping.Equals(Object).) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Generates a hash code for this instance. (Overrides Mapping.GetHashCode().) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Describes this WorkingFolder object in a user-readable string. (Overrides Mapping.ToString().) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Compares two WorkingFolder instances for equality. | 
| .gif) .gif) | Inequality | Compares two WorkingFolder instances for inequality. | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | m_depth | (Inherited from Mapping.) | 
| .gif) | m_serverItem | (Inherited from Mapping.) | 
| .gif) | m_type | (Inherited from Mapping.) | 
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.