ISimpleErrorContext.AddWarning 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
Sub AddWarning ( _
    text As String, _
    warningID As String, _
    File As String, _
    line As Integer _
)
void AddWarning(
    string text,
    string warningID,
    string File,
    int line
)
void AddWarning(
    [InAttribute] String^ text, 
    [InAttribute] String^ warningID, 
    [InAttribute] String^ File, 
    [InAttribute] int line
)
abstract AddWarning : 
        text:string * 
        warningID:string * 
        File:string * 
        line:int -> unit
function AddWarning(
    text : String, 
    warningID : String, 
    File : String, 
    line : int
)

Parameters

.NET Framework Security

See Also

Reference

ISimpleErrorContext Interface

Microsoft.VisualStudio.VCProjectEngine Namespace