FakeRedactionCollector.AllRedactedData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得發生之所有修訂事件的完整記錄。
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::Compliance::Testing::RedactedData> ^ AllRedactedData { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::Compliance::Testing::RedactedData> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Compliance.Testing.RedactedData> AllRedactedData { get; }
member this.AllRedactedData : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Compliance.Testing.RedactedData>
Public ReadOnly Property AllRedactedData As IReadOnlyList(Of RedactedData)