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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。