共用方式為


DataCollectorSettings.Configuration 屬性

取得或設定診斷資料配接器的組態。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Public Property Configuration As XmlElement
public XmlElement Configuration { get; set; }
public:
property XmlElement^ Configuration {
    XmlElement^ get ();
    void set (XmlElement^ value);
}
member Configuration : XmlElement with get, set
function get Configuration () : XmlElement 
function set Configuration (value : XmlElement)

屬性值

類型:XmlElement
XML 項目,包含診斷資料配接器的組態。

.NET Framework 安全性

請參閱

參考

DataCollectorSettings 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間

CollectorNameValueConfigurationReader