CoverageDSPriv.NamespaceTableRow.IsLinesCoveredNull 方法
傳回值,這個值表示 LinesCovered 屬性是否為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
命名空間: Microsoft.VisualStudio.Coverage.Analysis
組件: Microsoft.VisualStudio.Coverage.Analysis (在 Microsoft.VisualStudio.Coverage.Analysis.dll 中)
語法
'宣告
Public Function IsLinesCoveredNull As Boolean
public bool IsLinesCoveredNull()
public:
bool IsLinesCoveredNull()
member IsLinesCoveredNull : unit -> bool
public function IsLinesCoveredNull() : boolean
傳回值
類型:Boolean
如果 LinesCovered 屬性是 nullnull 參考 (即 Visual Basic 中的 Nothing),則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
CoverageDSPriv.NamespaceTableRow 類別