TfsGitTagRef Constructor (TfsGitRef)
Namespace: Microsoft.TeamFoundation.Git.Server.Serialization
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
gitRef As TfsGitRef _
)
public TfsGitTagRef(
TfsGitRef gitRef
)
public:
TfsGitTagRef(
TfsGitRef^ gitRef
)
new :
gitRef:TfsGitRef -> TfsGitTagRef
public function TfsGitTagRef(
gitRef : TfsGitRef
)
Parameters
- gitRef
Type: Microsoft.TeamFoundation.Git.Server.TfsGitRef
.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.