Campo TestElement.m_priority
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Restituisce il valore della proprietà Priority.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<PersistenceElementNameAttribute("priority")> _
Protected m_priority As Integer
[PersistenceElementNameAttribute("priority")]
protected int m_priority
[PersistenceElementNameAttribute(L"priority")]
protected:
int m_priority
[<PersistenceElementNameAttribute("priority")>]
val mutable m_priority: int
protected var m_priority : int
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.