This documentation is archived and is not being maintained.
Workstation::RemoveLocalItemExclusion Method
Visual Studio 2013
Removes an exclusion from the local item exclusion list.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: void RemoveLocalItemExclusion( VersionControlServer^ sourceControl, String^ exclusion )
Parameters
- sourceControl
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer
- exclusion
- Type: System::String
The exclusion to remove.
- 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: