Sdílet prostřednictvím


ITestParameter.Tags – vlastnost

Získá slovník pro hospodářství volající definice metadat.

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

Syntaxe

'Deklarace
ReadOnly Property Tags As IDictionary(Of String, String)
    Get
IDictionary<string, string> Tags { get; }
property IDictionary<String^, String^>^ Tags {
    IDictionary<String^, String^>^ get ();
}
abstract Tags : IDictionary<string, string>
function get Tags () : IDictionary<String, String>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<String, String>
Slovník metadat definované uživatelem.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITestParameter Rozhraní

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