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
- pair
Typ: Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair
Ein TestAndCategoryPair-Objekt.
Rückgabewert
Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Ein Testlistenkategorie-ID-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.