IDynamicProperty Interfaz

Definición

Indica que la propiedad de implementación debe registrarse en tiempo de ejecución a través del RegisterDynamicProperty(IDynamicProperty, ContextBoundObject, Context) método .

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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
Atributos

Comentarios

Las propiedades dinámicas también deben exponer la IContributeDynamicSink interfaz si quieren proporcionar receptores dinámicos.

Propiedades

Nombre Description
Name

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

Obtiene el nombre de la propiedad dinámica.

Se aplica a