Partager via


RegistrationAttribute.RegistrationContext.Log, propriété

Obtient un objet d'TextWriter qui peut être utilisé aux journaux des événements pendant l'alignement.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.10.0 (dans Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Log As TextWriter
public abstract TextWriter Log { get; }

Valeur de propriété

Type : System.IO.TextWriter
Objet TextWriter.

Remarques

Le texte envoyé à l'objet d'TextWriter est présenté directement à l'utilisateur.Si possible, le texte doit être localisé.

Les outils d'alignement peuvent utiliser ces informations de différentes façons.CreatePkgDef affiche ces informations sur la ligne de commande, tandis que Windows Installer peut choisir de l'enregistrer dans le journal d'installation.

Sécurité .NET Framework

Voir aussi

Référence

RegistrationAttribute.RegistrationContext Classe

Microsoft.VisualStudio.Shell, espace de noms

RegistrationAttribute.RegistrationContext