RedactAttribute Classe
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.
Lorsqu’il est appliqué à une propriété sur une classe d’options, cet attribut empêche la mise en forme de la valeur de la propriété par des IOptionFormatter instances conformes.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactAttribute = class
inherit Attribute
Public Class RedactAttribute
Inherits Attribute
- Héritage
-
RedactAttribute
- Dérivé
- Attributs
Constructeurs
RedactAttribute() |
Lorsqu’il est appliqué à une propriété sur une classe d’options, cet attribut empêche la mise en forme de la valeur de la propriété par des IOptionFormatter instances conformes. |
Méthodes
Redact(Object) |
Supprime la valeur fournie. |