LinkArea.LinkAreaConverter.GetPropertiesSupported Metoda

Definice

Určuje, zda 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

Popisovač typu, jehož prostřednictvím lze poskytnout další kontext.

Návraty

Boolean

Vrátí true hodnotu, pokud GetProperties(ITypeDescriptorContext, Object, Attribute[]) má být volána k vyhledání vlastností tohoto objektu.

Platí pro