Share via


CompilerBuildEvent Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..CompilerBuildEvent

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public NotInheritable Class CompilerBuildEvent
'Usage
Dim instance As CompilerBuildEvent
public sealed class CompilerBuildEvent
public ref class CompilerBuildEvent sealed
[<SealedAttribute>]
type CompilerBuildEvent =  class end
public final class CompilerBuildEvent

The CompilerBuildEvent type exposes the following members.

Constructors

  Name Description
Public method CompilerBuildEvent Initializes a new instance of the CompilerBuildEvent class.

Top

Properties

  Name Description
Public property EndColumn Gets or sets {insert text here}.
Public property EndLine Gets or sets {insert text here}.
Public property ErrorCode Gets or sets {insert text here}.
Public property ErrorEvent Gets or sets {insert text here}.
Public property File Gets or sets {insert text here}.
Public property IsWarning Gets or sets {insert text here}.
Public property ProjectFile Gets or sets {insert text here}.
Public property StartColumn Gets or sets {insert text here}.
Public property StartLine Gets or sets {insert text here}.
Public property Subcategory Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (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.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace