IVCWizCtlUI.AddDebugSymbols(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 debugging symbols to the deployed project.
public:
System::Object ^ AddDebugSymbols(System::Object ^ pDeployable, System::Object ^ pProject);
public:
Platform::Object ^ AddDebugSymbols(Platform::Object ^ pDeployable, Platform::Object ^ pProject);
winrt::Windows::Foundation::IInspectable AddDebugSymbols(winrt::Windows::Foundation::IInspectable const & pDeployable, winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743843)]
public object AddDebugSymbols (object pDeployable, object pProject);
[<System.Runtime.InteropServices.DispId(1610743843)>]
abstract member AddDebugSymbols : obj * obj -> obj
Public Function AddDebugSymbols (pDeployable As Object, pProject As Object) As Object
Parameters
- pDeployable
- Object
Debug symbol file to add to the deployed project.
- pProject
- Object
Project being deployed.
Returns
- Attributes