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
- item
Type: System.String
- checkReservedCharacters
Type: System.Boolean
Return Value
Type: System.String
.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.