共用方式為


CoverageDSPriv.ShouldSerializeTables 方法

傳回值,這個值是否要在序列化資料集的同時序列化資料表。 這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Coverage.Analysis
組件:  Microsoft.VisualStudio.Coverage.Analysis (在 Microsoft.VisualStudio.Coverage.Analysis.dll 中)

語法

'宣告
Protected Overrides Function ShouldSerializeTables As Boolean
protected override bool ShouldSerializeTables()
protected:
virtual bool ShouldSerializeTables() override
abstract ShouldSerializeTables : unit -> bool  
override ShouldSerializeTables : unit -> bool
protected override function ShouldSerializeTables() : boolean

傳回值

類型:Boolean
true 表示要序列化資料表,否則為 false。

.NET Framework 安全性

請參閱

參考

CoverageDSPriv 類別

Microsoft.VisualStudio.Coverage.Analysis 命名空間