NullableConverter.GetPropertiesSupported(ITypeDescriptorContext) Método
Definição
Retorna se este objeto é compatível com as propriedades, usando o contexto especificado.Returns whether this object supports properties, using the specified context.
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
Um ITypeDescriptorContext que fornece um contexto de formato.An ITypeDescriptorContext that provides a format context.
Retornos
true caso GetProperties(Object) deva ser chamado para localizar as propriedades desse objeto; caso contrário, false.true if GetProperties(Object) should be called to find the properties of this object; otherwise, false.