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
- 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.
See Also
Reference
Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider Namespace