Share via


ActivityBindTypeConverter.GetPropertiesSupported Méthode

Définition

Retourne une valeur indiquant si le ActivityBind prend en charge les propriétés, en utilisant le contexte spécifié.

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

Paramètres

context
ITypeDescriptorContext

ITypeDescriptorContext qui fournit un contexte de format.

Retours

Boolean

true si GetProperties(ITypeDescriptorContext, Object, Attribute[]) doit être appelé pour rechercher les propriétés de cet objet ; sinon false.

S’applique à