Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Sub Next ( _
pdispDocument As Object, _
var As Object, _
bstrFrame As String, _
bUpdate As Boolean _
)
void Next(
Object pdispDocument,
Object var,
string bstrFrame,
bool bUpdate
)
void Next(
[InAttribute] Object^ pdispDocument,
[InAttribute] Object^ var,
[InAttribute] String^ bstrFrame,
[InAttribute] bool bUpdate
)
abstract Next :
pdispDocument:Object *
var:Object *
bstrFrame:string *
bUpdate:bool -> unit
function Next(
pdispDocument : Object,
var : Object,
bstrFrame : String,
bUpdate : boolean
)
Parameters
pdispDocument
Type: System.ObjectRequired. A pointer to the Document.
var
Type: System.ObjectRequired. The page name.
bstrFrame
Type: System.StringOptional. A string containing the ID of the frame to which the user navigates.
bUpdate
Type: System.BooleanOptional. True if the symbols on the current page should be updated; otherwise false.
.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.