This documentation is archived and is not being maintained.
FileType Class
Visual Studio 2013
This class is used to configure per-file name extension settings in the version control system.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The FileType type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AllowMultipleCheckout | If false, all "edit" checkouts will require exclusive locks |
![]() | Extensions | List of extensions these settings apply to. Do not include the * or (example: txt) |
![]() | Name | Name of the filetype. Designed to be user-readable, but must be unique. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides Object::ToString().) |
Show:
