IVCWizCtlUI.AddDeploymentContent(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the deployed project.
public:
System::Object ^ AddDeploymentContent(System::Object ^ pDeployable, System::Object ^ pProject);
public:
Platform::Object ^ AddDeploymentContent(Platform::Object ^ pDeployable, Platform::Object ^ pProject);
winrt::Windows::Foundation::IInspectable AddDeploymentContent(winrt::Windows::Foundation::IInspectable const & pDeployable, winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743852)]
public object AddDeploymentContent (object pDeployable, object pProject);
[<System.Runtime.InteropServices.DispId(1610743852)>]
abstract member AddDeploymentContent : obj * obj -> obj
Public Function AddDeploymentContent (pDeployable As Object, pProject As Object) As Object
Parameters
- pDeployable
- Object
Item to add to the deployed project.
- pProject
- Object
Project being deployed.
Returns
- Attributes