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
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 : String
Chaîne qui contient une macro de point d'arrêt.

Sécurité .NET Framework

Voir aussi

Référence

Breakpoint3 Interface

EnvDTE90a, espace de noms

Autres ressources

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