VCWizCtlClass.AddDeploymentContent Method
Adds an item to the deployed project.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
‘선언
Public Overridable Function AddDeploymentContent ( _
pDeployable As Object, _
pProject As Object _
) As Object
public virtual Object AddDeploymentContent(
Object pDeployable,
Object pProject
)
public:
virtual Object^ AddDeploymentContent(
[InAttribute] Object^ pDeployable,
[InAttribute] Object^ pProject
)
abstract AddDeploymentContent :
pDeployable:Object *
pProject:Object -> Object
override AddDeploymentContent :
pDeployable:Object *
pProject:Object -> Object
public function AddDeploymentContent(
pDeployable : Object,
pProject : Object
) : Object
Parameters
- pDeployable
Type: System.Object
Item to add to the deployed project.
- pProject
Type: System.Object
Project being deployed.
Return Value
Type: System.Object
Implements
IVCWizCtlUI.AddDeploymentContent(Object, 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.