IBuildDefinition.CreateProjectFile Method
Creates an IProjectFile from the build definition with values for the obsolete properties set to values determined by the build definition.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function CreateProjectFile As IProjectFile
'Usage
Dim instance As IBuildDefinition
Dim returnValue As IProjectFile
returnValue = instance.CreateProjectFile()
IProjectFile CreateProjectFile()
IProjectFile^ CreateProjectFile()
function CreateProjectFile() : IProjectFile
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IProjectFile
An IProjectFile object that can be used to generate a Team Foundation Build project file (TfsBuild.proj).
.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.