Поделиться через


ISimpleErrorContext.AddWarning - метод

Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.

Microsoft Internal Use Only.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Sub AddWarning ( _
    text As String, _
    warningID As String, _
    File As String, _
    line As Integer _
)
'Применение
Dim instance As ISimpleErrorContext
Dim text As String
Dim warningID As String
Dim File As String
Dim line As Integer

instance.AddWarning(text, warningID, File, _
    line)
void AddWarning(
    string text,
    string warningID,
    string File,
    int line
)
void AddWarning(
    [InAttribute] String^ text, 
    [InAttribute] String^ warningID, 
    [InAttribute] String^ File, 
    [InAttribute] int line
)
function AddWarning(
    text : String, 
    warningID : String, 
    File : String, 
    line : int
)

Параметры

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

ISimpleErrorContext Интерфейс

ISimpleErrorContext - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен