BuildPath.GetFullPath Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Декларация
Public Shared Function GetFullPath ( _
buildPath As String _
) As String
public static string GetFullPath(
string buildPath
)
public:
static String^ GetFullPath(
String^ buildPath
)
static member GetFullPath :
buildPath:string -> string
public static function GetFullPath(
buildPath : String
) : String
Parameters
- buildPath
Type: System.String
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.