IVsLanguageServiceBuildErrorReporter2::ReportError Method (String^, String^, VSTASKPRIORITY, Int32, Int32, String^)

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

int ReportError(
	String^ bstrErrorMessage,
	String^ bstrErrorId,
	VSTASKPRIORITY nPriority,
	int iLine,
	int iColumn,
	String^ bstrFileName
)

Parameters

bstrErrorMessage
Type: System::String^

bstrErrorId
Type: System::String^

nPriority
Type: Microsoft.VisualStudio.Shell.Interop::VSTASKPRIORITY

iLine
Type: System::Int32

iColumn
Type: System::Int32

bstrFileName
Type: System::String^

Return Value

Type: System::Int32

Return to top
Show: