DataCollectorSettings(XmlElement, XmlElement, Boolean, RoleContext) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
DataCollectorSettings(System::Xml::XmlElement ^ defaultConfiguration, System::Xml::XmlElement ^ configuration, bool isEnabled, Microsoft::VisualStudio::TestTools::Execution::RoleContext ^ roleContext);
public DataCollectorSettings (System.Xml.XmlElement defaultConfiguration, System.Xml.XmlElement configuration, bool isEnabled, Microsoft.VisualStudio.TestTools.Execution.RoleContext roleContext);
new Microsoft.VisualStudio.TestTools.Execution.DataCollectorSettings : System.Xml.XmlElement * System.Xml.XmlElement * bool * Microsoft.VisualStudio.TestTools.Execution.RoleContext -> Microsoft.VisualStudio.TestTools.Execution.DataCollectorSettings
Public Sub New (defaultConfiguration As XmlElement, configuration As XmlElement, isEnabled As Boolean, roleContext As RoleContext)
参数
- defaultConfiguration
- XmlElement
- configuration
- XmlElement
- isEnabled
- Boolean
- roleContext
- RoleContext