XmlTestStoreParameters Class
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.
Class to contain optional parameters to the persistence process. A class that implements IPersistable can use the parameter values to define its load and save behavior.
public ref class XmlTestStoreParameters sealed : System::Collections::Generic::Dictionary<System::String ^, System::Object ^>
[System.Serializable]
public sealed class XmlTestStoreParameters : System.Collections.Generic.Dictionary<string,object>
[<System.Serializable>]
type XmlTestStoreParameters = class
inherit Dictionary<string, obj>
Public NotInheritable Class XmlTestStoreParameters
Inherits Dictionary(Of String, Object)
- Inheritance
-
XmlTestStoreParameters
- Attributes
Methods
Contains(String) | |
GetParameters() |
Gets the parameters to the persistence process. |