Partager via


Breakpoint3.Address, propriété

Obtient l'adresse à laquelle un point d'arrêt est lié.

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

Syntaxe

'Déclaration
ReadOnly Property Address As String
string Address { get; }
property String^ Address {
    String^ get ();
}
abstract Address : string with get
function get Address () : String

Valeur de propriété

Type : String
Pour le code natif, contient une représentation de chaîne hexadécimale de l'adresse mémoire du point d'arrêt.Par exemple, 0x5699341.
Pour le code managé, contient une fonction définie par des métadonnées suivie d'un offset IL.Par exemple, MyApplication.MyFunc+0x000003.
Contient un code d'erreur si le point d'arrêt n'est pas lié.

Sécurité .NET Framework

Voir aussi

Référence

Breakpoint3 Interface

EnvDTE90a, espace de noms