Sdílet prostřednictvím


TestResultMessage.TestType – vlastnost

Získá nebo nastaví typ přidružený test.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public TestType TestType { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property TestType^ TestType {
    TestType^ get ();
    void set (TestType^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member TestType : TestType with get, set
function get TestType () : TestType 
function set TestType (value : TestType)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestType
Typ přidružený test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultMessage Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestType