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 | |
---|---|---|
CompilerBuildEvent | Initializes a new instance of the CompilerBuildEvent class. |
Top
Properties
Name | Description | |
---|---|---|
EndColumn | Gets or sets {insert text here}. | |
EndLine | Gets or sets {insert text here}. | |
ErrorCode | Gets or sets {insert text here}. | |
ErrorEvent | Gets or sets {insert text here}. | |
File | Gets or sets {insert text here}. | |
IsWarning | Gets or sets {insert text here}. | |
ProjectFile | Gets or sets {insert text here}. | |
StartColumn | Gets or sets {insert text here}. | |
StartLine | Gets or sets {insert text here}. | |
Subcategory | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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