Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function GetLocalItemExclusions ( _
sourceControl As VersionControlServer _
) As String()
public string[] GetLocalItemExclusions(
VersionControlServer sourceControl
)
public:
array<String^>^ GetLocalItemExclusions(
VersionControlServer^ sourceControl
)
member GetLocalItemExclusions :
sourceControl:VersionControlServer -> string[]
public function GetLocalItemExclusions(
sourceControl : VersionControlServer
) : String[]
Parameters
sourceControl
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServerThe source control repository.
Return Value
Type: array<System.String[]
The set of local item exclusions for this user on this computer.
.NET Framework Security
- 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.