VCWizCtlClass.Next - метод
Optionally updates the symbols on the current page, and then navigates the user to the specified wizard page.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable Sub Next ( _
pdispDocument As Object, _
var As Object, _
bstrFrame As String, _
bUpdate As Boolean _
)
'Применение
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
)
Параметры
pdispDocument
Тип: System.ObjectRequired. A pointer to the Document.
var
Тип: System.ObjectRequired. The page name.
bstrFrame
Тип: System.StringOptional. A string containing the ID of the frame to which the user navigates.
bUpdate
Тип: System.BooleanOptional. True if the symbols on the current page should be updated; otherwise false.
Реализации
IVCWizCtlUI.Next(Object, Object, String, Boolean)
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.