DesignerSerializationManager.PropertyProvider Property

Definition

Gets the object that should be used to provide properties to the serialization manager's Properties property.

public:
 property System::Object ^ PropertyProvider { System::Object ^ get(); void set(System::Object ^ value); };
public object PropertyProvider { get; set; }
public object? PropertyProvider { get; set; }
member this.PropertyProvider : obj with get, set
Public Property PropertyProvider As Object

Property Value

The object that should be used to provide properties to the serialization manager's Properties property.

Remarks

The PropertyProvider property provides a way to give the serialization manager a set of serialization properties that serializers can use to guide their behavior.

This object's public properties will be inspected and wrapped in new property descriptors that have a target object of the serialization manager.

Applies to