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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。