Sdílet prostřednictvím


IVCWizCtlUI.AddDeploymentContent Method

Adds an item to the deployed project.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Function AddDeploymentContent ( _
    pDeployable As Object, _
    pProject As Object _
) As Object
'Usage
Dim instance As IVCWizCtlUI
Dim pDeployable As Object
Dim pProject As Object
Dim returnValue As Object

returnValue = instance.AddDeploymentContent(pDeployable, _
    pProject)
Object AddDeploymentContent(
    Object pDeployable,
    Object pProject
)
Object^ AddDeploymentContent(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] Object^ pProject
)
function AddDeploymentContent(
    pDeployable : Object, 
    pProject : Object
) : Object

Parameters

  • pDeployable
    Type: System.Object

    Item to add to the deployed project.

Return Value

Type: System.Object

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace