Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Public Overridable Sub ReportError ( _
A_1 As String, _
A_2 As Integer, _
A_3 As String _
)
public virtual void ReportError(
string A_1,
int A_2,
string A_3
)
public:
virtual void ReportError(
String^ A_1,
int A_2,
String^ A_3
)
abstract ReportError :
A_1:string *
A_2:int *
A_3:string -> unit
override ReportError :
A_1:string *
A_2:int *
A_3:string -> unit
public function ReportError(
A_1 : String,
A_2 : int,
A_3 : String
)
Parameters
- A_1
Type: System.String
- A_2
Type: System.Int32
- A_3
Type: System.String
Implements
_dispVCProjectEngineEvents.ReportError(String, Int32, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.