TestAndCategoryPair.ToTestListCategoryId – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Vrátí TestListCategoryId pomocí zadaný objekt TestAndCategoryPair objektu.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
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
Parametry
Vrácená hodnota
Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Test seznamu Kategorie ID objektu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.