InstallUrlWizardPage Constructor
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Applications.Project.ClickOnceProvider
Assembly: Microsoft.VisualStudio.Tools.Applications.Project (in Microsoft.VisualStudio.Tools.Applications.Project.dll)
Syntax
'Declaration
Public Sub New ( _
publishWizardDialog As PublishWizardDialog, _
propertyManager As PropertyManager _
)
'Usage
Dim publishWizardDialog As PublishWizardDialog
Dim propertyManager As PropertyManager
Dim instance As New InstallUrlWizardPage(publishWizardDialog, _
propertyManager)
public InstallUrlWizardPage(
PublishWizardDialog publishWizardDialog,
PropertyManager propertyManager
)
public:
InstallUrlWizardPage(
PublishWizardDialog^ publishWizardDialog,
PropertyManager^ propertyManager
)
public function InstallUrlWizardPage(
publishWizardDialog : PublishWizardDialog,
propertyManager : PropertyManager
)
Parameters
- publishWizardDialog
Type: PublishWizardDialog
- propertyManager
Type: PropertyManager
.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.Tools.Applications.Project.ClickOnceProvider Namespace