InformationNodeConverters.AddBuildProjectNode 方法 (IBuildInformation, String, String, String, String, DateTime, String)
项添加到指定的生成信息。 不保存到服务器。
命名空间: Microsoft.TeamFoundation.Build.Client
程序集: Microsoft.TeamFoundation.Build.Client(在 Microsoft.TeamFoundation.Build.Client.dll 中)
语法
声明
<ExtensionAttribute> _
Public Shared Function AddBuildProjectNode ( _
buildInformation As IBuildInformation, _
flavor As String, _
localPath As String, _
platform As String, _
serverPath As String, _
startTime As DateTime, _
targetNames As String _
) As IBuildProjectNode
public static IBuildProjectNode AddBuildProjectNode(
this IBuildInformation buildInformation,
string flavor,
string localPath,
string platform,
string serverPath,
DateTime startTime,
string targetNames
)
参数
- buildInformation
类型:Microsoft.TeamFoundation.Build.Client.IBuildInformation
消息要添加的生成信息。
- flavor
类型:System.String
类似(配置)生成项目时将为。
- localPath
类型:System.String
项目文件的本地路径。
- platform
类型:System.String
平台项目中生成的。
- serverPath
类型:System.String
项目文件的服务器路径。
- startTime
类型:System.DateTime
该项目生成的时间。
- targetNames
类型:System.String
该项目生成的目标。
返回值
类型:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
项目节点。
使用说明
在 Visual Basic 和 C# 中,可以在 IBuildInformation 类型的任何对象上将此方法作为实例方法来调用。当使用实例方法语法调用此方法时,请省略第一个参数。有关更多信息,请参见扩展方法 (Visual Basic)或扩展方法(C# 编程指南)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。