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: Boolean
The required elements are available and valid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.