IVCWizCtlUI.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:
System::Object ^ AddBuiltOutput(System::Object ^ pDeployable, System::Object ^ pProject);
public:
Platform::Object ^ AddBuiltOutput(Platform::Object ^ pDeployable, Platform::Object ^ pProject);
winrt::Windows::Foundation::IInspectable AddBuiltOutput(winrt::Windows::Foundation::IInspectable const & pDeployable, winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743844)]
public object AddBuiltOutput (object pDeployable, object pProject);
[<System.Runtime.InteropServices.DispId(1610743844)>]
abstract member AddBuiltOutput : obj * obj -> obj
Public 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
- Attributes