IDataCollectorInformation.ConfigurationEditorConfiguration – vlastnost
Získá nebo nastaví konfiguraci editor kolekce dat konfigurace.
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
Property ConfigurationEditorConfiguration As XmlElement
XmlElement ConfigurationEditorConfiguration { get; set; }
property XmlElement^ ConfigurationEditorConfiguration {
XmlElement^ get ();
void set (XmlElement^ value);
}
abstract ConfigurationEditorConfiguration : XmlElement with get, set
function get ConfigurationEditorConfiguration () : XmlElement
function set ConfigurationEditorConfiguration (value : XmlElement)
Hodnota vlastnosti
Typ: XmlElement
Element XML, který obsahuje konfiguraci editor kolekce dat konfigurace.
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.