IDynamicProperty Interface

Definition

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.

Applies to