Share

IPropertyProvider Interface

Description

Provides access to optional or "per-instance" properties. Objects that implement this interface can be used by the TypeDescriptor class to provide access to per-instance properties. The system will automatically call the GetProperties method if the Provider has been added to the TypeDescriptor either via the PropertyProviderAttribute or at runtime via TypeDescriptor.AddPropertyProvider.

Class Hierarchy

Autodesk.AutoCAD.ComponentModel.IPropertyProvider

C#

public interface IPropertyProvider;

Visual Basic

Public Interface IPropertyProvider

Links

IPropertyProvider Methods

Was this information helpful?