Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads an instance of this class from the provided XML element by using the provided parameters.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Overrides Sub Load ( _
element As XmlElement, _
parameters As XmlTestStoreParameters _
)
protected override void Load(
XmlElement element,
XmlTestStoreParameters parameters
)
protected:
virtual void Load(
XmlElement^ element,
XmlTestStoreParameters^ parameters
) override
abstract Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
override Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
protected override function Load(
element : XmlElement,
parameters : XmlTestStoreParameters
)
Parameters
- element
Type: System.Xml.XmlElement
The XmlElement that stores the object to be loaded.
- parameters
Type: Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters
The XmlTestStoreParameters to use for this object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataCollectorExceptionMessageInfo Class