VCWizCtlClass.AddBuiltOutput Method

Adds an item to the deployed project.

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

Syntax

'Declaration
Public Overridable Function AddBuiltOutput ( _
    pDeployable As Object, _
    pProject As Object _
) As Object
public virtual Object AddBuiltOutput(
    Object pDeployable,
    Object pProject
)
public:
virtual Object^ AddBuiltOutput(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] Object^ pProject
)
abstract AddBuiltOutput : 
        pDeployable:Object * 
        pProject:Object -> Object  
override AddBuiltOutput : 
        pDeployable:Object * 
        pProject:Object -> Object
public function AddBuiltOutput(
    pDeployable : Object, 
    pProject : Object
) : Object

Parameters

  • pDeployable
    Type: System.Object

    Item to add to the deployed project.

Return Value

Type: System.Object

Implements

IVCWizCtlUI.AddBuiltOutput(Object, Object)

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace