Share via


VersionControlPath.GetFullPath Method (String, Boolean)

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

Syntax

'宣言
Public Shared Function GetFullPath ( _
    item As String, _
    checkReservedCharacters As Boolean _
) As String
public static string GetFullPath(
    string item,
    bool checkReservedCharacters
)
public:
static String^ GetFullPath(
    String^ item, 
    bool checkReservedCharacters
)
static member GetFullPath : 
        item:string * 
        checkReservedCharacters:bool -> string 
public static function GetFullPath(
    item : String, 
    checkReservedCharacters : boolean
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlPath Class

GetFullPath Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace