IDynamicProperty Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the implementing property should be registered at runtime through the RegisterDynamicProperty(IDynamicProperty, ContextBoundObject, Context) method.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IDynamicProperty
public interface IDynamicProperty
[System.Runtime.InteropServices.ComVisible(true)]
public interface IDynamicProperty
type IDynamicProperty = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IDynamicProperty = interface
Public Interface IDynamicProperty
- Attributes
Remarks
Dynamic properties must also expose the IContributeDynamicSink interface if they want to provide dynamic sinks.
Properties
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. |