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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.