IDynamicPropertyTypeProvider Interfaccia

Definizione

Attenzione

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Fornisce un tipo di proprietà all'infrastruttura di associazione. Viene implementato dalle attività che contengono una proprietà di tipo variabile, in cui il tipo può variare a seconda di altre impostazioni dell'attività.

public interface class IDynamicPropertyTypeProvider
public interface IDynamicPropertyTypeProvider
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IDynamicPropertyTypeProvider
type IDynamicPropertyTypeProvider = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IDynamicPropertyTypeProvider = interface
Public Interface IDynamicPropertyTypeProvider
Derivato
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Questa interfaccia consente all'attività padre di associare due proprietà e indicare all'infrastruttura di associazione da usare per convalidare l'associazione. Ad esempio, si potrebbe avere un'attività con due proprietà TypeProperty e , dove ValueProperty specifica un tipo valido per il valore di TypePropertyValueProperty. In questo caso, l'attività padre implementa l'interfaccia IDynamicPropertyTypeProvider .

Metodi

Nome Descrizione
GetAccessType(IServiceProvider, String)
Obsoleti.

Restituisce il tipo di accesso per la proprietà specificata.

GetPropertyType(IServiceProvider, String)
Obsoleti.

Restituisce il Type della proprietà specificata.

Si applica a