Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds debugging symbols to the deployed project.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function AddDebugSymbols ( _
pDeployable As Object, _
pProject As Object _
) As Object
public virtual Object AddDebugSymbols(
Object pDeployable,
Object pProject
)
public:
virtual Object^ AddDebugSymbols(
[InAttribute] Object^ pDeployable,
[InAttribute] Object^ pProject
)
abstract AddDebugSymbols :
pDeployable:Object *
pProject:Object -> Object
override AddDebugSymbols :
pDeployable:Object *
pProject:Object -> Object
public function AddDebugSymbols(
pDeployable : Object,
pProject : Object
) : Object
Parameters
pDeployable
Type: System.ObjectDebug symbol file to add to the deployed project.
pProject
Type: System.ObjectProject being deployed.
Return Value
Type: System.Object
Implements
IVCWizCtlUI.AddDebugSymbols(Object, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.