IDynamicProperty 接口

定义

指示实现的属性应该在运行时通过 RegisterDynamicProperty(IDynamicProperty, ContextBoundObject, Context) 方法注册。

此 API 支持产品基础结构,不能在代码中直接使用。

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
属性

注解

如果动态属性想要提供动态接收器, IContributeDynamicSink 还必须公开接口。

属性

Name

此 API 支持产品基础结构,不能在代码中直接使用。

获取动态属性的名称。

适用于