IDynamicProperty Interface
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Indicates that the implementing property should be registered at runtime through the RegisterDynamicProperty method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the dynamic property. |
Dynamic properties must also expose the IContributeDynamicSink interface if they want to provide dynamic sinks.
.NET Framework
Available since 1.1
Available since 1.1
Show:
