IVerifiable.IsValid 方法

在派生类中实现时,获取一个值,该值指示基本元素是否可用且有效。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Function IsValid As Boolean
bool IsValid()
bool IsValid()
abstract IsValid : unit -> bool 
function IsValid() : boolean

返回值

类型:System.Boolean
所需的元素可用且有效。

.NET Framework 安全性

请参见

参考

IVerifiable 接口

Microsoft.VisualStudio.TestTools.Common 命名空间