This documentation is archived and is not being maintained.
Workstation::SetLocalItemExclusions Method
Visual Studio 2013
Overwrites the list of local item exclusions with the list passed in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: void SetLocalItemExclusions( VersionControlServer^ sourceControl, array<String^>^ exclusions )
Parameters
- sourceControl
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer
The server to set these exclusions for.
- exclusions
- Type: array<System::String>
The new exclusions.
- 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: