Condividi tramite


ActivityBindTypeConverter.GetPropertiesSupported Metodo

Definizione

Restituisce un valore che indica se l'oggetto ActivityBind supporta proprietà utilizzando il contesto specificato.

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

Elemento ITypeDescriptorContext che fornisce un contesto del formato.

Restituisce

Boolean

true se è necessario chiamare GetProperties(ITypeDescriptorContext, Object, Attribute[]) per individuare le proprietà dell'oggetto. In caso contrario, false.

Si applica a