PointConverter.GetPropertiesSupported(ITypeDescriptorContext) Methode

Definitie

Bepaalt of dit object eigenschappen ondersteunt. Dit is standaard false.

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

Parameters

context
ITypeDescriptorContext

Een TypeDescriptor context waarmee u aanvullende context kunt opgegeven.

Retouren

trueals GetProperties(ITypeDescriptorContext, Object, Attribute[]) moet worden aangeroepen om de eigenschappen van dit object te vinden; anders. false

Van toepassing op