IVCWizCtlUI.ReportError - метод
Displays an error to the user and gives the user the option to correct the error and continue using the wizard.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub ReportError ( _
bstrErrorMsg As String, _
bConcatExisting As Boolean _
)
'Применение
Dim instance As IVCWizCtlUI
Dim bstrErrorMsg As String
Dim bConcatExisting As Boolean
instance.ReportError(bstrErrorMsg, bConcatExisting)
void ReportError(
string bstrErrorMsg,
bool bConcatExisting
)
void ReportError(
[InAttribute] String^ bstrErrorMsg,
[InAttribute] bool bConcatExisting
)
function ReportError(
bstrErrorMsg : String,
bConcatExisting : boolean
)
Параметры
bstrErrorMsg
Тип: System.StringOptional. A string containing the error message to display.
bConcatExisting
Тип: System.BooleanOptional. True to concatenate the error message with an existing message created by SetErrorInfo; otherwise false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.