This documentation is archived and is not being maintained.

TfsGitTag Class

Visual Studio 2013

System.Object
  Microsoft.TeamFoundation.Git.Server.TfsGitObject
    Microsoft.TeamFoundation.Git.Server.TfsGitTag

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

'Declaration
Public Class TfsGitTag _
	Inherits TfsGitObject

The TfsGitTag type exposes the following members.

  NameDescription
Public propertyObjectIdThe 20-byte SHA-1 hash of this object. (Inherited from TfsGitObject.)
Public propertyObjectTypeThe type of this object. (Inherited from TfsGitObject.)
Public propertyRepositoryThe repository in which this object exists. (Inherited from TfsGitObject.)
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetComment
Public methodGetCommitTime
Public methodGetContentGets the content for this object from the owning repository. (Inherited from TfsGitObject.)
Public methodGetContentBytesGets the content for this object from the owning repository. (Inherited from TfsGitObject.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetLengthGets the length for this object from the owning repository. (Inherited from TfsGitObject.)
Public methodGetLocalCommitTime
Public methodGetName
Public methodGetReferencedObject
Public methodGetTagger
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString (Inherited from TfsGitObject.)
Top

  NameDescription
Protected fieldm_objectId (Inherited from TfsGitObject.)
Protected fieldm_objectType (Inherited from TfsGitObject.)
Protected fieldm_repository (Inherited from TfsGitObject.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: