This documentation is archived and is not being maintained.
LocalItemExclusionEvaluator Class
Visual Studio 2013
An LocalItemExclusionEvaluator is an evaluator for local item exclusions.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The LocalItemExclusionEvaluator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LocalItemExclusionEvaluator | Create an LocalItemExclusionEvaluator object to evaluate local item exclusions for the provided Workspace. Path parts at or above the start local item will not be checked for exclusions. |
| Name | Description | |
|---|---|---|
![]() | StartLocalItem | The value for StartLocalItem passed in at construction. |
![]() | UseOnlyStartLocalItemExclusions | If true, ignore files below the start local item will not be processed when evaluating exclusions. The default value for this flag is false. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsExcluded(String) | Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control. |
![]() | IsExcluded(String, Boolean) | Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control. |
![]() | IsExcluded(String, Boolean, String%, String%) | Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control. If the item is excluded, the appliedExclusion and ignoreFilePath out parameters will be set to provide additional information about why the item was excluded. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
