IDynamicProperty Interfaccia

Definizione

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

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à

Nome Descrizione
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