EventSchemaTraceListener.Writer Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le writer de texte sous-jacent qui écrit dans le fichier journal.
public:
property System::IO::TextWriter ^ Writer { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public System.IO.TextWriter Writer { [System.Security.SecurityCritical] get; set; }
[<get: System.Security.SecurityCritical>]
member this.Writer : System.IO.TextWriter with get, set
Public Property Writer As TextWriter
Valeur de propriété
Objet TextWriter.
- Attributs
Exceptions
Une tentative d'assignation d'une valeur à la propriété Writer a été effectuée.
Remarques
Une tentative d’utilisation de l’accesseur set pour la Writer propriété déclenche un NotSupportedException.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.