다음을 통해 공유


IVCWizCtlUI.SetErrorInfo 메서드

지정된 항목에 대한 오류 텍스트를 설정합니다.

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

구문

‘선언
Sub SetErrorInfo ( _
    bstrDescription As String, _
    ulHRESULT As UInteger, _
    dwReserved As UInteger, _
    bstrHelpKeyword As String, _
    bstrSource As String _
)
void SetErrorInfo(
    string bstrDescription,
    uint ulHRESULT,
    uint dwReserved,
    string bstrHelpKeyword,
    string bstrSource
)
void SetErrorInfo(
    [InAttribute] String^ bstrDescription, 
    [InAttribute] unsigned int ulHRESULT, 
    [InAttribute] unsigned int dwReserved, 
    [InAttribute] String^ bstrHelpKeyword, 
    [InAttribute] String^ bstrSource
)
abstract SetErrorInfo : 
        bstrDescription:string * 
        ulHRESULT:uint32 * 
        dwReserved:uint32 * 
        bstrHelpKeyword:string * 
        bstrSource:string -> unit
function SetErrorInfo(
    bstrDescription : String, 
    ulHRESULT : uint, 
    dwReserved : uint, 
    bstrHelpKeyword : String, 
    bstrSource : String
)

매개 변수

  • bstrDescription
    형식: String

    오류에 대한 설명을 포함하는 문자열입니다.

  • ulHRESULT
    형식: UInt32

    마법사에서 반환된 상태 코드입니다.

  • dwReserved
    형식: UInt32

    예약되었습니다.

  • bstrHelpKeyword
    형식: String

    메시지 상자의 도움말 단추에 연결할 키워드입니다.

  • bstrSource
    형식: String

    오류 소스의 이름을 포함하는 문자열입니다.

.NET Framework 보안

참고 항목

참조

IVCWizCtlUI 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스