Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the relative priority of this test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<UserVisiblePropertyAttribute("{8E14F374-EA8C-4c77-843B-B4075899F238}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute(PropertyConverterType.PriorityConverter)> _
Public Property Priority As Integer
[UserVisiblePropertyAttribute("{8E14F374-EA8C-4c77-843B-B4075899F238}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType.PriorityConverter)]
public int Priority { get; set; }
[UserVisiblePropertyAttribute(L"{8E14F374-EA8C-4c77-843B-B4075899F238}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType::PriorityConverter)]
public:
virtual property int Priority {
int get () sealed;
void set (int value) sealed;
}
[<UserVisiblePropertyAttribute("{8E14F374-EA8C-4c77-843B-B4075899F238}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute(PropertyConverterType.PriorityConverter)>]
abstract Priority : int with get, set
[<UserVisiblePropertyAttribute("{8E14F374-EA8C-4c77-843B-B4075899F238}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute(PropertyConverterType.PriorityConverter)>]
override Priority : int with get, set
final function get Priority () : int
final function set Priority (value : int)
Property Value
Type: System.Int32
The relative priority of this test element.
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.