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
element
Type: XmlElementAn XmlElement object.
parameters
Type: Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParametersAn XmlTestStoreParameters object.
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
- 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.