VersionSpec.Format Method

Formats a path by using the version specifier.

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

Syntax

'Declaration
Public Function Format ( _
    path As String _
) As String
public string Format(
    string path
)
public:
String^ Format(
    String^ path
)
member Format : 
        path:string -> string
public function Format(
    path : String
) : String

Parameters

Return Value

Type: System.String
A version-specified string that represents the path and version.

.NET Framework Security

See Also

Reference

VersionSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace