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.
Exports the breakpoints to a file.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
Sub ExportBreakpoints ( _
FileName As String _
)
void ExportBreakpoints(
string FileName
)
void ExportBreakpoints(
[InAttribute] String^ FileName
)
abstract ExportBreakpoints :
FileName:string -> unit
function ExportBreakpoints(
FileName : String
)
Parameters
FileName
Type: StringThe file name.
.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.