Metodo TestAndCategoryPair.ToTestListCategoryId
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Restituisce un oggetto TestListCategoryId utilizzando l'oggetto TestAndCategoryPair specificato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Shared Function ToTestListCategoryId ( _
pair As TestAndCategoryPair _
) As TestListCategoryId
public static TestListCategoryId ToTestListCategoryId(
TestAndCategoryPair pair
)
public:
static TestListCategoryId^ ToTestListCategoryId(
TestAndCategoryPair^ pair
)
static member ToTestListCategoryId :
pair:TestAndCategoryPair -> TestListCategoryId
public static function ToTestListCategoryId(
pair : TestAndCategoryPair
) : TestListCategoryId
Parametri
pair
Tipo: Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPairOggetto TestAndCategoryPair.
Valore restituito
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Oggetto ID categoria dell'elenco dei test.
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.