VCLinkerTool.RegisterOutput, propriété

Obtient ou définit une valeur indiquant si la sortie du projet principal doit être inscrite à l'aide de Regsvr32 après le déploiement.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property RegisterOutput As Boolean
bool RegisterOutput { get; set; }
property bool RegisterOutput {
    bool get ();
    void set (bool value);
}
abstract RegisterOutput : bool with get, set
function get RegisterOutput () : boolean
function set RegisterOutput (value : boolean)

Valeur de propriété

Type : System.Boolean
true si la sortie du projet principal doit être inscrite à l'aide de Regsvr32 après le déploiement ; sinon, false.

Notes

Cette propriété doit être définie à true uniquement si la sortie du projet principal est une DLL d'extension d'interface (ISAPI) de Internet server application programming.

Sécurité .NET Framework

Voir aussi

Référence

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms