共用方式為


IDataCollectorInformation.ConfigurationEditorConfiguration 屬性

取得或設定用來設定資料收集器之編輯器的組態。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property ConfigurationEditorConfiguration As XmlElement
    Get
    Set
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)

屬性值

型別:System.Xml.XmlElement
XML 項目,其中包含用來設定資料收集器之編輯器的組態。

.NET Framework 安全性

請參閱

參考

IDataCollectorInformation 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間