BasicDesignerLoader.PropertyProvider Property

Definition

Gets or sets the property provider for the serialization manager being used by the loader.

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

Property Value

An object whose properties are to be provided to the serialization manager.

Exceptions

The IDesignerLoaderHost has not been initialized.

Remarks

The serialization manager provides a Properties property on its primary interface that can be read by serializers to customize their serialization to specific needs. The properties that are examined by the serializers vary depending on the type of serializer used.

Applies to