ISimpleErrorContext-Schnittstelle
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
<GuidAttribute("4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ISimpleErrorContext
[GuidAttribute("4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISimpleErrorContext
[GuidAttribute(L"4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ISimpleErrorContext
[<GuidAttribute("4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ISimpleErrorContext = interface end
public interface ISimpleErrorContext
Der ISimpleErrorContext-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
AddError | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. | |
AddInfo | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. | |
AddWarning | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. |
Zum Seitenanfang