Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Build.Framework.BuildEventArgs
Microsoft.Build.Framework.LazyFormattedBuildEventArgs
Microsoft.Build.Framework.BuildMessageEventArgs
Microsoft.TeamFoundation.Build.TeamBuildEventArgs
Namespace: Microsoft.TeamFoundation.Build
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TeamBuildEventArgs _
Inherits BuildMessageEventArgs
[SerializableAttribute]
public class TeamBuildEventArgs : BuildMessageEventArgs
[SerializableAttribute]
public ref class TeamBuildEventArgs : public BuildMessageEventArgs
[<SerializableAttribute>]
type TeamBuildEventArgs =
class
inherit BuildMessageEventArgs
end
public class TeamBuildEventArgs extends BuildMessageEventArgs
The TeamBuildEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TeamBuildEventArgs |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BuildEventContext | Gets or sets location contextual information. This is attached to logging events to define where they are located in relation to the process, engine, project, target, or task that is executing. (Inherited from BuildEventArgs.) |
![]() |
Code | Code associated with event. (Inherited from BuildMessageEventArgs.) |
![]() |
ColumnNumber | Column number of interest in associated file. (Inherited from BuildMessageEventArgs.) |
![]() |
EndColumnNumber | Ending column number of interest in associated file. (Inherited from BuildMessageEventArgs.) |
![]() |
EndLineNumber | Ending line number of interest in associated file. (Inherited from BuildMessageEventArgs.) |
![]() |
File | File associated with event. (Inherited from BuildMessageEventArgs.) |
![]() |
HelpKeyword | Gets the Help keyword for the event. (Inherited from BuildEventArgs.) |
![]() |
Importance | Gets the importance of the event. (Inherited from BuildMessageEventArgs.) |
![]() |
LineNumber | Line number of interest in associated file. (Inherited from BuildMessageEventArgs.) |
![]() |
Message | Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs.) |
![]() |
ProjectFile | The project which was building when the message was issued. (Inherited from BuildMessageEventArgs.) |
![]() |
SenderName | Gets the name of the Object raising the event. (Inherited from BuildEventArgs.) |
![]() |
Subcategory | The custom sub-type of the event. (Inherited from BuildMessageEventArgs.) |
![]() |
Tag | |
![]() |
ThreadId | Gets an integer identifier for the thread that raised the event. (Inherited from BuildEventArgs.) |
![]() |
Timestamp | Gets the time the event was raised as a DateTime. (Inherited from BuildEventArgs.) |
![]() |
Value |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.