Freigeben über


ISimpleErrorContext.AddInfo-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub AddInfo ( _
    text As String _
)
void AddInfo(
    string text
)
void AddInfo(
    [InAttribute] String^ text
)
abstract AddInfo : 
        text:string -> unit
function AddInfo(
    text : String
)

Parameter

  • text
    Typ: String

    Hinzuzufügender Text.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISimpleErrorContext Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace