CodeDomSerializer.DeserializePropertiesFromResources Method

Definition

Deserializes the properties of the specified object that match the specified filter, if a filter was specified.

C#
protected void DeserializePropertiesFromResources(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object value, Attribute[] filter);

Parameters

manager
IDesignerSerializationManager

A serialization manager interface that is used during the deserialization process.

value
Object

The object to deserialize properties for.

filter
Attribute[]

An optional filter to apply to the properties.

Applies to

Product Versions
.NET Framework 1.1