Sdílet prostřednictvím


ITestSuiteEntry.EntryType – vlastnost

Získá typ položky pro tuto položku test suite.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
ReadOnly Property EntryType As TestSuiteEntryType
TestSuiteEntryType EntryType { get; }
property TestSuiteEntryType EntryType {
    TestSuiteEntryType get ();
}
abstract EntryType : TestSuiteEntryType with get
function get EntryType () : TestSuiteEntryType

Hodnota vlastnosti

Typ: Microsoft.TeamFoundation.TestManagement.Client.TestSuiteEntryType
Typ položky pro tuto položku test suite.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestSuiteEntry Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ITestSuiteEntryType