Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When overridden in a derived class, gets the type of this test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
[UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public abstract TestType TestType { get; }
[UserVisiblePropertyAttribute(L"{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property TestType^ TestType {
TestType^ get () abstract;
}
[<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract TestType : TestType with get
abstract function get TestType () : TestType
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestType
The type of this test.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.