LegacyGitModelExtensions.ConvertChangeType Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Shared Function ConvertChangeType ( _
    tfsChangeType As TfsGitChangeType _
) As VersionControlChangeType
public static VersionControlChangeType ConvertChangeType(
    TfsGitChangeType tfsChangeType
)
public:
static VersionControlChangeType ConvertChangeType(
    TfsGitChangeType tfsChangeType
)
static member ConvertChangeType : 
        tfsChangeType:TfsGitChangeType -> VersionControlChangeType
public static function ConvertChangeType(
    tfsChangeType : TfsGitChangeType
) : VersionControlChangeType

Parameters

Return Value

Type: VersionControlChangeType

.NET Framework Security

See Also

Reference

LegacyGitModelExtensions Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace