IDynamicProperty Interfaccia

Definizione

Indica che la proprietà che esegue l'implementazione deve essere registrata in fase di esecuzione attraverso il metodo RegisterDynamicProperty(IDynamicProperty, ContextBoundObject, Context).

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Attributi

Commenti

Le proprietà dinamiche devono anche esporre l'interfaccia IContributeDynamicSink se vogliono fornire sink dinamici.

Proprietà

Name

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Ottiene il nome della proprietà dinamica.

Si applica a