Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Public ReadOnly Property Priority As Integer
'使用
Dim instance As RegisterTestTypeAttribute
Dim value As Integer
value = instance.Priority
public int Priority { get; }
public:
property int Priority {
int get ();
}
public function get Priority () : int
Property Value
Type: System.Int32
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.
See Also
Reference
RegisterTestTypeAttribute Class