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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。