Freigeben über


TestAndCategoryPair.ToTestListCategoryId-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Gibt mithilfe des bereitgestellten TestAndCategoryPair-Objekts ein TestListCategoryId-Objekt zurück.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Ein Testlistenkategorie-ID-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestAndCategoryPair Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestListCategoryId