Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

IDataCollectorInformation Rozhraní

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