共用方式為


RedactAttribute 類別

定義

當套用至選項類別上的屬性時,這個屬性會防止屬性值透過符合 IOptionFormatter 實例來格式化。

[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
繼承
RedactAttribute
衍生
屬性

建構函式

RedactAttribute()

當套用至選項類別上的屬性時,這個屬性會防止屬性值透過符合 IOptionFormatter 實例來格式化。

方法

Redact(Object)

取消提供的值。

適用於