SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Metod

Definition

Avgör om det aktuella objektet stöder egenskaper som använder den angivna typbeskrivningskontexten.

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

Parametrar

context
ITypeDescriptorContext

En ITypeDescriptorContext som ger en formatkontext.

Returer

trueom GetProperties kan anropas för att hitta egenskaperna för ett SelectionRange objekt, annars . false

Kommentarer

Standardimplementeringen returnerar alltid true.

Gäller för

Se även