ElementGroupContext 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.
Stores context information about an element group.
public ref class ElementGroupContext sealed : System::Runtime::Serialization::IDeserializationCallback, System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class ElementGroupContext : System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ElementGroupContext = class
interface ISerializable
interface IDeserializationCallback
Public NotInheritable Class ElementGroupContext
Implements IDeserializationCallback, ISerializable
- Inheritance
-
ElementGroupContext
- Attributes
- Implements
Constructors
ElementGroupContext() |
Creates an instance of the ElementGroupContext class. |
Properties
ContextInfo |
Context information. Used to hold tag/value pairs |
Explicit Interface Implementations
IDeserializationCallback.OnDeserialization(Object) |
Reconstruct the table here, when the entire object graph has been deserialized. |
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
Populate the serialization info with this object's data. |