Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds debugging symbols to the deployed project.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function AddDebugSymbols ( _
pDeployable As Object, _
pProject As Object _
) As Object
Object AddDebugSymbols(
Object pDeployable,
Object pProject
)
Object^ AddDebugSymbols(
[InAttribute] Object^ pDeployable,
[InAttribute] Object^ pProject
)
abstract AddDebugSymbols :
pDeployable:Object *
pProject:Object -> Object
function AddDebugSymbols(
pDeployable : Object,
pProject : Object
) : Object
Parameters
- pDeployable
Type: System.Object
Debug symbol file to add to the deployed project.
- pProject
Type: System.Object
Project being deployed.
Return Value
Type: System.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.