Tip.TestType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a TestType object that identifies the type of test.
public:
abstract property Microsoft::VisualStudio::TestTools::Common::TestType ^ TestType { Microsoft::VisualStudio::TestTools::Common::TestType ^ get(); };
public abstract Microsoft.VisualStudio.TestTools.Common.TestType TestType { get; }
member this.TestType : Microsoft.VisualStudio.TestTools.Common.TestType
Public MustOverride ReadOnly Property TestType As TestType
Property Value
A TestType object that identifies the type of test.