Partager via


Debugger5.CurrentProgram, propriété

Définit ou retourne le programme actif.

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

Syntaxe

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

Valeur de propriété

Type : EnvDTE.Program
un objet Program.

Implémentations

Debugger4.CurrentProgram

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

CurrentProgram, surcharge

EnvDTE100, espace de noms