Share via


VersionControlPath.GetFullPath Method (String)

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

Syntax

'宣言
Public Shared Function GetFullPath ( _
    item As String _
) As String
public static string GetFullPath(
    string item
)
public:
static String^ GetFullPath(
    String^ item
)
static member GetFullPath : 
        item:string -> string 
public static function GetFullPath(
    item : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlPath Class

GetFullPath Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace