Condividi tramite


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

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Oggetto ID categoria dell'elenco dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestAndCategoryPair Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestListCategoryId