IVerifiable.IsValid Method

When implemented in a derived class, gets a value that indicates whether the essential elements are available and valid.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Function IsValid As Boolean
bool IsValid()
bool IsValid()
abstract IsValid : unit -> bool 
function IsValid() : boolean

Return Value

Type: System.Boolean
The required elements are available and valid.

.NET Framework Security

See Also

Reference

IVerifiable Interface

Microsoft.VisualStudio.TestTools.Common Namespace