Downloads the build process template at the specified version specification.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Function Download ( _
    versionSpec As String _
) As String
string Download(
    string versionSpec
)
String^ Download(
    String^ versionSpec
)
abstract Download : 
        versionSpec:string -> string 
function Download(
    versionSpec : String
) : String
Parameters
- versionSpec
 Type: System.String
 Any valid version control version specifier in string form.
Return Value
Type: System.String
The entire build process template as a string.
Remarks
The build process is downloaded to a temporary file and deleted after the file contents are read.
.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.