IVCWizCtlUI.OkCancelAlert - метод
Displays an alert message to the wizard user, requiring the user to click OK to confirm a selected wizard option or Cancel to cancel that option.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Function OkCancelAlert ( _
bstrMessage As String _
) As Boolean
'Применение
Dim instance As IVCWizCtlUI
Dim bstrMessage As String
Dim returnValue As Boolean
returnValue = instance.OkCancelAlert(bstrMessage)
bool OkCancelAlert(
string bstrMessage
)
bool OkCancelAlert(
[InAttribute] String^ bstrMessage
)
function OkCancelAlert(
bstrMessage : String
) : boolean
Параметры
bstrMessage
Тип: System.StringA string containing the message to display to the user.
Возвращаемое значение
Тип: System.Boolean
true for OK, false for Cancel.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.