ITestElement Interface

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

Syntax

'宣言
Public Interface ITestElement _
    Implements ICloneable, IVerifiable, IVisiblePropertyProvider
'使用
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