IDesignerSerializationManager::Context Property

 

Gets a stack-based, user-defined storage area that is useful for communication between serializers.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

property ContextStack^ Context {
	ContextStack^ get();
}

This storage area provides communication of object context information to serializers. Context information about objects that are being serialized can be stored and accessed through this ContextStack.

.NET Framework
Available since 1.1
Return to top
Show: