Partager via


Debugger5.ExportBreakpoints, méthode

Exporte les points d'arrêt vers un fichier.

Espace de noms :  EnvDTE100
Assembly :  EnvDTE100 (dans EnvDTE100.dll)

Syntaxe

'Déclaration
Sub ExportBreakpoints ( _
    FileName As String _
)
void ExportBreakpoints(
    string FileName
)
void ExportBreakpoints(
    [InAttribute] String^ FileName
)
abstract ExportBreakpoints : 
        FileName:string -> unit
function ExportBreakpoints(
    FileName : String
)

Paramètres

  • FileName
    Type : String

    Nom du fichier.

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

EnvDTE100, espace de noms