TestResultMessage.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 or sets the type for the associated test.
public:
property Microsoft::VisualStudio::TestTools::Common::TestType ^ TestType { Microsoft::VisualStudio::TestTools::Common::TestType ^ get(); void set(Microsoft::VisualStudio::TestTools::Common::TestType ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_TestType")]
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
[System.ComponentModel.ReadOnly(true)]
public Microsoft.VisualStudio.TestTools.Common.TestType TestType { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_TestType")>]
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
[<System.ComponentModel.ReadOnly(true)>]
member this.TestType : Microsoft.VisualStudio.TestTools.Common.TestType with get, set
Public Property TestType As TestType
Property Value
The type for the associated test.
- Attributes