ISimpleErrorContext::AddWarning Method (String^, String^, String^, Int32)

 

This API supports the product 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)

void AddWarning(
	String^ text,
	String^ warningID,
	String^ File,
	int line
)

Parameters

text
Type: System::String^

Warning text

warningID
Type: System::String^

Warning ID

File
Type: System::String^

File that contains warning

line
Type: System::Int32

Line in file

Return to top
Show: