NullableConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Devuelve si este objeto admite 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

que ITypeDescriptorContext proporciona un contexto de formato.

Devoluciones

true Es si GetProperties(Object) se debe llamar a para buscar las propiedades de este objeto; de lo contrario, falsees .

Se aplica a

Consulte también