Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function OkCancelAlert ( _
bstrMessage As String _
) As Boolean
bool OkCancelAlert(
string bstrMessage
)
bool OkCancelAlert(
[InAttribute] String^ bstrMessage
)
abstract OkCancelAlert :
bstrMessage:string -> bool
function OkCancelAlert(
bstrMessage : String
) : boolean
Parameters
bstrMessage
Type: StringA string containing the message to display to the user.
Return Value
Type: Boolean
true for OK, false for Cancel.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.