This documentation is archived and is not being maintained.
LocalItemExclusionEvaluator::IsExcluded Method
Visual Studio 2013
Indicates whether the item is excluded.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
Show: