RedactAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當套用至選項類別上的屬性時,這個屬性會防止屬性值透過符合 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) |
取消提供的值。 |