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 the object from the provided XML element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Overridable Sub Load ( _
element As XmlElement, _
parameters As XmlTestStoreParameters _
)
protected virtual void Load(
XmlElement element,
XmlTestStoreParameters parameters
)
protected:
virtual void Load(
XmlElement^ element,
XmlTestStoreParameters^ parameters
)
abstract Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
override Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
protected 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
DataCollectorMessageInfo Class