DataCollectorSettings – konstruktor
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
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
)
Parametry
- defaultConfiguration
Typ: System.Xml.XmlElement
- configuration
Typ: System.Xml.XmlElement
- isEnabled
Typ: System.Boolean
- roleContext
Typ: Microsoft.VisualStudio.TestTools.Execution.RoleContext
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.