Share via


PointConverter.GetPropertiesSupported(ITypeDescriptorContext) Metoda

Definice

Určuje, jestli tento objekt podporuje vlastnosti. Ve výchozím nastavení je falseto .

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ 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

Parametry

context
ITypeDescriptorContext

A TypeDescriptor , jehož prostřednictvím lze poskytnout další kontext.

Návraty

true pokud GetProperties(ITypeDescriptorContext, Object, Attribute[]) by měl být volána k vyhledání vlastností tohoto objektu; falsev opačném případě .

Platí pro