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 支援此產品基礎結構,但無法直接用於程式碼之中。

取得動態屬性的名稱。

適用於