This documentation is archived and is not being maintained.
LocalItemExclusionEvaluator Constructor
Visual Studio 2013
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.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
LocalItemExclusionEvaluator(
Workspace^ workspace,
String^ startLocalItem
)
Parameters
- workspace
- Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
Workspace to check
- startLocalItem
- Type: System::String
Start local item
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: