Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public MustOverride ReadOnly Property TestType As TestType
'使用
Dim instance As Tip
Dim value As TestType
value = instance.TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
TestType^ get () abstract;
}
public abstract function get TestType () : TestType
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestType
Implements
Permissions
- 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.