Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.