VCWizCtlClass.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:
virtual System::Object ^ AddDeploymentContent(System::Object ^ pDeployable, System::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::AddDeploymentContent;
public:
virtual Platform::Object ^ AddDeploymentContent(Platform::Object ^ pDeployable, Platform::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::AddDeploymentContent;
virtual winrt::Windows::Foundation::IInspectable AddDeploymentContent(winrt::Windows::Foundation::IInspectable const & pDeployable, winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743852)]
public virtual object AddDeploymentContent (object pDeployable, object pProject);
[<System.Runtime.InteropServices.DispId(1610743852)>]
abstract member AddDeploymentContent : obj * obj -> obj
override this.AddDeploymentContent : obj * obj -> obj
Public Overridable 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
Implements
- Attributes