Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestElement::Priority Property

 

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)

public:
[DefaultValueAttribute(2147483647)]
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType::PriorityConverter)]
[UserVisiblePropertyAttribute("{8E14F374-EA8C-4c77-843B-B4075899F238}")]
property int Priority {
	virtual int get() sealed;
	virtual void set(int value) sealed;
}

Property Value

Type: System::Int32

The relative priority of this test element.

Return to top
Show: