ActivityBindTypeConverter.GetPropertiesSupported Method

Definition

Returns a value indicating whether the ActivityBind supports properties using the specified 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

Parameters

context
ITypeDescriptorContext

The ITypeDescriptorContext that provides a format context.

Returns

true if GetProperties(ITypeDescriptorContext, Object, Attribute[]) should be called to find the properties of this object; otherwise, false.

Applies to