IXmlTestStore Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism for custom persistence logic.
public interface class IXmlTestStore
public interface IXmlTestStore
type IXmlTestStore = interface
Public Interface IXmlTestStore
- Derived
Methods
Load(XmlElement, XmlTestStoreParameters) |
Loads the class from the provided XML element. |
Save(XmlElement, XmlTestStoreParameters) |
Saves the class under the specified XmlElement. |