SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Methode

Definitie

Bepaalt of het huidige object eigenschappen ondersteunt die gebruikmaken van de opgegeven typedescriptorcontext.

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

Parameters

context
ITypeDescriptorContext

Een ITypeDescriptorContext die een indelingscontext biedt.

Retouren

trueals GetProperties kan worden aangeroepen om de eigenschappen van een SelectionRange object te vinden; anders. false

Opmerkingen

De standaard implementatie retourneert altijd true.

Van toepassing op

Zie ook