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
型別:System.String
包含錯誤描述的字串。
- ulHRESULT
型別:System.UInt32
精靈傳回的狀態碼。
- dwReserved
型別:System.UInt32
保留的。
- bstrHelpKeyword
型別:System.String
要附加至訊息方塊上之說明按鈕的關鍵字。
- bstrSource
型別:System.String
包含錯誤來源名稱的字串。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。