DefaultSerializationProviderAttribute Constructors
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.
Initializes a new instance of the DefaultSerializationProviderAttribute class.
Overloads
DefaultSerializationProviderAttribute(String) |
Initializes a new instance of the DefaultSerializationProviderAttribute class with the named provider type. |
DefaultSerializationProviderAttribute(Type) |
Initializes a new instance of the DefaultSerializationProviderAttribute class with the given provider type. |
DefaultSerializationProviderAttribute(String)
Initializes a new instance of the DefaultSerializationProviderAttribute class with the named provider type.
public:
DefaultSerializationProviderAttribute(System::String ^ providerTypeName);
public DefaultSerializationProviderAttribute (string providerTypeName);
new System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute : string -> System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
Public Sub New (providerTypeName As String)
Parameters
- providerTypeName
- String
The name of the serialization provider type.
Exceptions
providerTypeName
is null
.
See also
Applies to
DefaultSerializationProviderAttribute(Type)
Initializes a new instance of the DefaultSerializationProviderAttribute class with the given provider type.
public:
DefaultSerializationProviderAttribute(Type ^ providerType);
public DefaultSerializationProviderAttribute (Type providerType);
new System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute : Type -> System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
Public Sub New (providerType As Type)
Parameters
Exceptions
providerType
is null
.