다음을 통해 공유


IVCWizCtlUI.ReportError 메서드

사용자에게 오류를 표시하고 사용자가 오류를 수정한 후 계속해서 마법사를 사용할 수 있도록 합니다.

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

구문

‘선언
Sub ReportError ( _
    bstrErrorMsg As String, _
    bConcatExisting As Boolean _
)
void ReportError(
    string bstrErrorMsg,
    bool bConcatExisting
)
void ReportError(
    [InAttribute] String^ bstrErrorMsg, 
    [InAttribute] bool bConcatExisting
)
abstract ReportError : 
        bstrErrorMsg:string * 
        bConcatExisting:bool -> unit
function ReportError(
    bstrErrorMsg : String, 
    bConcatExisting : boolean
)

매개 변수

  • bstrErrorMsg
    형식: String

    선택 사항입니다. 표시할 오류 메시지를 포함하는 문자열입니다.

  • bConcatExisting
    형식: Boolean

    선택 사항입니다. SetErrorInfo에서 만든 기존 메시지와 오류 메시지를 연결하면 True이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

IVCWizCtlUI 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스