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
'Usage
Dim instance As VCWizCtlClass
Dim pDeployable As Object
Dim pProject As Object
Dim returnValue As Object
returnValue = instance.AddBuiltOutput(pDeployable, _
pProject)
public virtual Object AddBuiltOutput(
Object pDeployable,
Object pProject
)
public:
virtual Object^ AddBuiltOutput(
[InAttribute] Object^ pDeployable,
[InAttribute] Object^ pProject
)
public function AddBuiltOutput(
pDeployable : Object,
pProject : Object
) : Object
Parameters
pDeployable
Type: System.ObjectItem to add to the deployed project.
pProject
Type: System.ObjectProject being deployed.
Return Value
Type: System.Object
Implements
IVCWizCtlUI.AddBuiltOutput(Object, Object)
Permissions
- 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.