TcmInformation.IXmlTestStore.Load Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Loads the current object 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
Private Sub Load ( _
element As XmlElement, _
parameters As XmlTestStoreParameters _
) Implements IXmlTestStore.Load
void IXmlTestStore.Load(
XmlElement element,
XmlTestStoreParameters parameters
)
private:
virtual void Load(
XmlElement^ element,
XmlTestStoreParameters^ parameters
) sealed = IXmlTestStore::Load
private abstract Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
private override Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
JScript does not support explicit interface implementations.
Parameters
element
Type: XmlElementAn XmlElement object.
parameters
Type: Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParametersAn XmlTestStoreParameters object.
Implements
IXmlTestStore.Load(XmlElement, XmlTestStoreParameters)
Remarks
This member is an explicit interface member implementation. It can be used only when the TcmInformation instance is cast to an IXmlTestStore interface.
.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.