MultilineStringConverter.GetPropertiesSupported Metodo

Definizione

Indica se questo oggetto supporta proprietà, usando il contesto 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 è necessario chiamare GetProperties per individuare le proprietà dell'oggetto. In caso contrario, false.

Commenti

Per come è implementato in questa classe, il metodo restituisce sempre false.

Si applica a

Vedi anche