GitUtils.StringFromObjectType Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Function StringFromObjectType ( _
objectType As TfsGitObjectType _
) As String
public static string StringFromObjectType(
TfsGitObjectType objectType
)
public:
static String^ StringFromObjectType(
TfsGitObjectType objectType
)
static member StringFromObjectType :
objectType:TfsGitObjectType -> string
public static function StringFromObjectType(
objectType : TfsGitObjectType
) : String
Parameters
- objectType
Type: Microsoft.TeamFoundation.Git.Server.TfsGitObjectType
Return Value
Type: System.String
Returns String.
.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.