DataCollectorSettings-Konstruktor
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Sub New ( _
defaultConfiguration As XmlElement, _
configuration As XmlElement, _
isEnabled As Boolean, _
roleContext As RoleContext _
)
public DataCollectorSettings(
XmlElement defaultConfiguration,
XmlElement configuration,
bool isEnabled,
RoleContext roleContext
)
public:
DataCollectorSettings(
XmlElement^ defaultConfiguration,
XmlElement^ configuration,
bool isEnabled,
RoleContext^ roleContext
)
new :
defaultConfiguration:XmlElement *
configuration:XmlElement *
isEnabled:bool *
roleContext:RoleContext -> DataCollectorSettings
public function DataCollectorSettings(
defaultConfiguration : XmlElement,
configuration : XmlElement,
isEnabled : boolean,
roleContext : RoleContext
)
Parameter
- defaultConfiguration
Typ: XmlElement
- configuration
Typ: XmlElement
- isEnabled
Typ: Boolean
- roleContext
Typ: Microsoft.VisualStudio.TestTools.Execution.RoleContext
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.