TcmInformation.IXmlTestStore.Save Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Saves the current object to 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 Save ( _
    element As XmlElement, _
    parameters As XmlTestStoreParameters _
) Implements IXmlTestStore.Save
void IXmlTestStore.Save(
    XmlElement element,
    XmlTestStoreParameters parameters
)
private:
virtual void Save(
    XmlElement^ element, 
    XmlTestStoreParameters^ parameters
) sealed = IXmlTestStore::Save
private abstract Save : 
        element:XmlElement * 
        parameters:XmlTestStoreParameters -> unit 
private override Save : 
        element:XmlElement * 
        parameters:XmlTestStoreParameters -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IXmlTestStore.Save(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