다음을 통해 공유


ISimpleErrorContext.AddError 메서드

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

Microsoft 내부용입니다.

네임스페이스:  Microsoft.VisualStudio.VCProjectEngine
어셈블리:  Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)

구문

‘선언
Sub AddError ( _
    text As String, _
    errorID As String, _
    File As String, _
    line As Integer _
)
void AddError(
    string text,
    string errorID,
    string File,
    int line
)
void AddError(
    [InAttribute] String^ text, 
    [InAttribute] String^ errorID, 
    [InAttribute] String^ File, 
    [InAttribute] int line
)
abstract AddError : 
        text:string * 
        errorID:string * 
        File:string * 
        line:int -> unit
function AddError(
    text : String, 
    errorID : String, 
    File : String, 
    line : int
)

매개 변수

  • text
    형식: String

    오류 텍스트

  • errorID
    형식: String

    오류 ID

  • File
    형식: String

    오류를 포함하는 파일

  • line
    형식: Int32

    파일의 줄

.NET Framework 보안

참고 항목

참조

ISimpleErrorContext 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스