This documentation is archived and is not being maintained.
InformationNodeConverters::AddBuildProjectNode Method (IBuildInformation, String, String, String, String, DateTime, String)
Visual Studio 2013
Adds a project to the specified build information. Does not save to the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
[ExtensionAttribute] public: static IBuildProjectNode^ AddBuildProjectNode( IBuildInformation^ buildInformation, String^ flavor, String^ localPath, String^ platform, String^ serverPath, DateTime startTime, String^ targetNames )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
The build information to which the message will be added.
- flavor
- Type: System::String
The flavor (configuration) the project was built for.
- localPath
- Type: System::String
The local path of the project file.
- platform
- Type: System::String
The platform the project was built for.
- serverPath
- Type: System::String
The server path of the project file.
- startTime
- Type: System::DateTime
The time at which the project was built.
- targetNames
- Type: System::String
The targets for which the project was built.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IBuildInformation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).- 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.
Show: