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
- tfsChangeType
Type: Microsoft.TeamFoundation.Git.Server.TfsGitChangeType
Return Value
Type: VersionControlChangeType
.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.
See Also
Reference
LegacyGitModelExtensions Class
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace