FileType.Clone Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function Clone As FileType
'Usage
Dim instance As FileType 
Dim returnValue As FileType 

returnValue = instance.Clone()
public FileType Clone()
public:
FileType^ Clone()
public function Clone() : FileType

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.FileType

.NET Framework Security

See Also

Reference

FileType Class

FileType Members

Microsoft.TeamFoundation.VersionControl.Client Namespace