Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDesignerSerializationProvider Interface

 

Provides an interface that enables access to a serializer.

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

public interface class IDesignerSerializationProvider

NameDescription
System_CAPS_pubmethodGetSerializer(IDesignerSerializationManager^, Object^, Type^, Type^)

Gets a serializer using the specified attributes.

This interface has only one method, GetSerializer, and no properties or events. This interface and this method exist so that the serialization manager and other objects can obtain a serializer for a given object type.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft