PublishProvider.GetWizardPages Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

This member overrides PublishProviderGetWizardPages(PropertyManager, PublishWizardDialog).

Namespace:  Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider
Assembly:  Microsoft.VisualStudio.Tools.Applications.Project (in Microsoft.VisualStudio.Tools.Applications.Project.dll)

Syntax

'Declaration
Protected Overrides Function GetWizardPages ( _
    propertyManager As PropertyManager, _
    dialog As PublishWizardDialog _
) As WizardPage()
'Usage
Dim propertyManager As PropertyManager 
Dim dialog As PublishWizardDialog 
Dim returnValue As WizardPage()

returnValue = Me.GetWizardPages(propertyManager, _
    dialog)
protected override WizardPage[] GetWizardPages(
    PropertyManager propertyManager,
    PublishWizardDialog dialog
)
protected:
virtual array<WizardPage^>^ GetWizardPages(
    PropertyManager^ propertyManager, 
    PublishWizardDialog^ dialog
) override
protected override function GetWizardPages(
    propertyManager : PropertyManager, 
    dialog : PublishWizardDialog
) : WizardPage[]

Parameters

  • propertyManager
    Type: PropertyManager
  • dialog
    Type: PublishWizardDialog

Return Value

Type: array<WizardPage[]

.NET Framework Security

See Also

Reference

PublishProvider Class

PublishProvider Members

Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider Namespace