Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.