Compartir vía


ActivityBindTypeConverter.GetPropertiesSupported Método

Definición

Devuelve un valor que indica si ActivityBind soporta propiedades utilizando el contexto especificado.

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

Parámetros

context
ITypeDescriptorContext

ITypeDescriptorContext que proporciona un contexto de formato.

Devoluciones

Boolean

true si se ha de llamar a GetProperties(ITypeDescriptorContext, Object, Attribute[]) para buscar las propiedades de este objeto; en caso contrario, false.

Se aplica a