Partager via


Breakpoint3.Macro, propriété

Obtient ou définit une macro de point d'arrêt.

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

Syntaxe

'Déclaration
Property Macro As String
    Get
    Set
string Macro { get; set; }
property String^ Macro {
    String^ get ();
    void set (String^ value);
}
abstract Macro : string with get, set
function get Macro () : String
function set Macro (value : String)

Valeur de propriété

Type : System.String
Chaîne qui contient une macro de point d'arrêt.

Implémentations

Breakpoint2.Macro

Sécurité .NET Framework

Voir aussi

Référence

Breakpoint3 Interface

Macro, surcharge

EnvDTE90a, espace de noms

Autres ressources

Comment : compiler et exécuter les exemples de code du modèle objet Automation