SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Metodo

Definizione

Determina se l'oggetto corrente supporta proprietà che utilizzano il contesto di descrittore del descrittore di tipi specificato.

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

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che fornisce un contesto di formato.

Restituisce

true se è possibile chiamare GetProperties per trovare le proprietà di un oggetto SelectionRange; in caso contrario, false.

Commenti

L'implementazione predefinita restituisce sempre true.

Si applica a

Vedi anche