Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
'使用
Dim instance As TestElement
Dim value As TestType
value = instance.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;
}
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.