ErrorEvent Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property ErrorEvent As BuildEventArgs
    Get
    Private Set
'Usage
Dim instance As CompilerBuildEvent
Dim value As BuildEventArgs

value = instance.ErrorEvent
public BuildEventArgs ErrorEvent { get; private set; }
public:
property BuildEventArgs^ ErrorEvent {
    BuildEventArgs^ get ();
    private: void set (BuildEventArgs^ value);
}
member ErrorEvent : BuildEventArgs with get, private set
function get ErrorEvent () : BuildEventArgs
private function set ErrorEvent (value : BuildEventArgs)

Property Value

Type: Microsoft.Build.Framework..::..BuildEventArgs

See Also

Reference

CompilerBuildEvent Class

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