SizeConverter.GetPropertiesSupported(ITypeDescriptorContext) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se questo oggetto supporta proprietà. Per impostazione predefinita, tale valore è false
.
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 TypeDescriptor tramite il quale è possibile fornire un contesto aggiuntivo.
Restituisce
true
se il metodo GetProperties(ITypeDescriptorContext, Object, Attribute[]) deve essere chiamato per trovare le proprietà di questo oggetto.