Sdílet prostřednictvím


VCWizCtlClass.Next Method

Optionally updates the symbols on the current page, and then navigates the user to the specified wizard page.

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

Syntax

'Declaration
Public Overridable Sub Next ( _
    pdispDocument As Object, _
    var As Object, _
    bstrFrame As String, _
    bUpdate As Boolean _
)
'Usage
Dim instance As VCWizCtlClass
Dim pdispDocument As Object
Dim var As Object
Dim bstrFrame As String
Dim bUpdate As Boolean

instance.Next(pdispDocument, var, bstrFrame, _
    bUpdate)
public virtual void Next(
    Object pdispDocument,
    Object var,
    string bstrFrame,
    bool bUpdate
)
public:
virtual void Next(
    [InAttribute] Object^ pdispDocument, 
    [InAttribute] Object^ var, 
    [InAttribute] String^ bstrFrame, 
    [InAttribute] bool bUpdate
)
public function Next(
    pdispDocument : Object, 
    var : Object, 
    bstrFrame : String, 
    bUpdate : boolean
)

Parameters

  • pdispDocument
    Type: System.Object

    Required. A pointer to the Document.

  • bstrFrame
    Type: System.String

    Optional. A string containing the ID of the frame to which the user navigates.

  • bUpdate
    Type: System.Boolean

    Optional. True if the symbols on the current page should be updated; otherwise false.

Implements

IVCWizCtlUI.Next(Object, Object, String, Boolean)

Permissions

See Also

Reference

VCWizCtlClass Class

VCWizCtlClass Members

Microsoft.VisualStudio.VsWizard Namespace