SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Metoda

Definicja

Określa, czy bieżący obiekt obsługuje właściwości korzystające z kontekstu deskryptora określonego typu.

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

Element ITypeDescriptorContext , który zapewnia kontekst formatu.

Zwraca

Boolean

true jeśli GetProperties można wywołać polecenie , aby znaleźć właściwości SelectionRange obiektu; w przeciwnym razie false.

Uwagi

Domyślna implementacja zawsze zwraca wartość true.

Dotyczy

Zobacz też