BuildSourceProviders.GitProperties.IsGitUri Method (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
)
public:
static bool IsGitUri(
String^ gitFullPath,
[OutAttribute] String^% gitPath
)
static member IsGitUri :
gitFullPath:string *
gitPath:string byref -> bool
public static function IsGitUri(
gitFullPath : String,
gitPath : String
) : boolean
Parameters
- gitFullPath
Type: System.String
- gitPath
Type: System.String%
Return Value
Type: System.Boolean
Returns Boolean.
.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.