ActivityBindTypeConverter.GetPropertiesSupported Метод

Определение

Возвращает значение, показывающее, поддерживает ли класс ActivityBind свойства, используя заданный контекст.

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

Параметры

context
ITypeDescriptorContext

Интерфейс ITypeDescriptorContext, предоставляющий контекст формата.

Возвращаемое значение

Boolean

Имеет значение true, если для поиска свойств этого объекта следует вызвать метод GetProperties(ITypeDescriptorContext, Object, Attribute[]), в противном случае — значение false.

Применяется к