IVCWizCtlUI.AddBuiltOutput Method
Adds an item to the deployed project.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function AddBuiltOutput ( _
pDeployable As Object, _
pProject As Object _
) As Object
Object AddBuiltOutput(
Object pDeployable,
Object pProject
)
Object^ AddBuiltOutput(
[InAttribute] Object^ pDeployable,
[InAttribute] Object^ pProject
)
abstract AddBuiltOutput :
pDeployable:Object *
pProject:Object -> Object
function AddBuiltOutput(
pDeployable : Object,
pProject : Object
) : Object
Parameters
pDeployable
Type: ObjectItem to add to the deployed project.
pProject
Type: ObjectProject being deployed.
Return Value
Type: Object
.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.