ITip.TestType Property

Definition

Gets a TestType object that uniquely identifies the type of test.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestType ^ TestType { Microsoft::VisualStudio::TestTools::Common::TestType ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestType TestType { get; }
member this.TestType : Microsoft.VisualStudio.TestTools.Common.TestType
Public ReadOnly Property TestType As TestType

Property Value

A TestType object.

Applies to