IVCWizCtlUI.YesNoAlert Method

This method displays an alert message to the wizard user, requiring the user to click Yes to confirm a selected wizard option or No to cancel that option.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Function YesNoAlert ( _
    bstrMessage As String _
) As Boolean
bool YesNoAlert(
    string bstrMessage
)
bool YesNoAlert(
    [InAttribute] String^ bstrMessage
)
abstract YesNoAlert : 
        bstrMessage:string -> bool
function YesNoAlert(
    bstrMessage : String
) : boolean

Parameters

  • bstrMessage
    Type: String

    Required. The message displayed to the user.

Return Value

Type: Boolean
True if the user clicks Yes; otherwise false.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace