This documentation is archived and is not being maintained.
InformationNodeConverters::AddBuildWarning Method (IBuildInformation, String, Int32, Int32, String, String, DateTime, String)
Visual Studio 2013
Adds a warning to the specified build information object. 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 IBuildWarning^ AddBuildWarning( IBuildInformation^ buildInformation, String^ file, int lineNumber, int endLineNumber, String^ code, String^ message, DateTime timestamp, String^ warningType )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
The build information to which the warning will be added.
- file
- Type: System::String
The file in which the warning occurred.
- lineNumber
- Type: System::Int32
The line number on which the warning began.
- endLineNumber
- Type: System::Int32
The line number on which the warning ended.
- code
- Type: System::String
The warning code.
- message
- Type: System::String
The warning message.
- timestamp
- Type: System::DateTime
The time of the warning.
- warningType
- Type: System::String
The type of the warning.
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: