TestConfiguration.ConfigurationSection – vlastnost
Získává TestConfigurationSection objektu.
Obor názvů: Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení: Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Deklarace
Public Shared ReadOnly Property ConfigurationSection As TestConfigurationSection
public static TestConfigurationSection ConfigurationSection { get; }
public:
static property TestConfigurationSection^ ConfigurationSection {
TestConfigurationSection^ get ();
}
static member ConfigurationSection : TestConfigurationSection with get
static function get ConfigurationSection () : TestConfigurationSection
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection
Objekt TestConfigurationSection.
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.