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

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

See Also

Reference

TcmInformation Class

Microsoft.VisualStudio.TestTools.Common Namespace

IXmlTestStore