CodeDomSerializer.SerializeProperties Method

Definition

Serializes all properties for the specified object, using the specified filter.

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

Parameters

manager
IDesignerSerializationManager

The serialization manager to use during serialization.

statements
CodeStatementCollection

A collection of statements to add the serialized property statements to.

value
Object

The object whose properties are serialized.

filter
Attribute[]

A member attribute filter to apply to the property search.

Applies to

Product Versions
.NET Framework 1.1