This documentation is archived and is not being maintained.
Workstation::GetLocalItemExclusions Method
Visual Studio 2013
Returns the set of local item exclusions for this user on this computer.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<String^>^ GetLocalItemExclusions( VersionControlServer^ sourceControl )
Parameters
- sourceControl
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer
The source control repository.
Return Value
Type: array<System::String>The set of local item exclusions for this user on this computer.
- 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: