Share via


ProvideTipAttribute.TestType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the type of the custom test element.

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

Syntax

'Declaration
Public ReadOnly Property TestType As Type
public Type TestType { get; }
public:
property Type^ TestType {
    Type^ get ();
}
member TestType : Type with get
function get TestType () : Type

Property Value

Type: System.Type
The type of the custom test element.

.NET Framework Security

See Also

Reference

ProvideTipAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement