BuildSourceProviders.GitProperties.IsGitUri-Methode (String, String%)
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function IsGitUri ( _
gitFullPath As String, _
<OutAttribute> ByRef gitPath As String _
) As Boolean
public static bool IsGitUri(
string gitFullPath,
out string gitPath
)
Parameter
- gitFullPath
Typ: System.String
- gitPath
Typ: System.String%
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.