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
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 : Program
Objet Program.

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

EnvDTE100, espace de noms