NullableConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definição

Devolve se este objeto suporta propriedades, usando o 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

E ITypeDescriptorContext isso fornece um contexto de formato.

Devoluções

true se GetProperties(Object) for chamado para encontrar as propriedades deste objeto; caso contrário, false.

Aplica-se a

Ver também