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