VCProjectEngineEventsClass.add_ReportError Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Overridable Sub add_ReportError ( _
    A_1 As _dispVCProjectEngineEvents_ReportErrorEventHandler _
)
public virtual void add_ReportError(
    _dispVCProjectEngineEvents_ReportErrorEventHandler A_1
)
public:
virtual void add_ReportError(
    _dispVCProjectEngineEvents_ReportErrorEventHandler^ A_1
)
abstract add_ReportError : 
        A_1:_dispVCProjectEngineEvents_ReportErrorEventHandler -> unit 
override add_ReportError : 
        A_1:_dispVCProjectEngineEvents_ReportErrorEventHandler -> unit 
public function add_ReportError(
    A_1 : _dispVCProjectEngineEvents_ReportErrorEventHandler
)

Parameters

Implements

_dispVCProjectEngineEvents_Event.add_ReportError(_dispVCProjectEngineEvents_ReportErrorEventHandler)

.NET Framework Security

See Also

Reference

VCProjectEngineEventsClass Class

Microsoft.VisualStudio.VCProjectEngine Namespace