Share via


ITestElement Interface

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

Syntax

'Declaration
Public Interface ITestElement _
    Inherits ICloneable, IVerifiable, IVisiblePropertyProvider
'Usage
Dim instance As ITestElement
public interface ITestElement : ICloneable, 
    IVerifiable, IVisiblePropertyProvider
public interface class ITestElement : ICloneable, 
    IVerifiable, IVisiblePropertyProvider
public interface ITestElement extends ICloneable, IVerifiable, IVisiblePropertyProvider

See Also

Reference

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace