ISimpleErrorContext.AddInfo 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

声明
Sub AddInfo ( _
    text As String _
)
用法
Dim instance As ISimpleErrorContext
Dim text As String

instance.AddInfo(text)
void AddInfo(
    string text
)
void AddInfo(
    [InAttribute] String^ text
)
function AddInfo(
    text : String
)

Parameters

Permissions

See Also

Reference

ISimpleErrorContext Interface

ISimpleErrorContext Members

Microsoft.VisualStudio.VCProjectEngine Namespace