Compartilhar via


ActivityBindTypeConverter.GetPropertiesSupported Método

Definição

Retorna um valor que indica se o ActivityBind dá suporte às propriedades usando o contexto especificado.

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

Parâmetros

context
ITypeDescriptorContext

O ITypeDescriptorContext que fornece um contexto de formato.

Retornos

Boolean

true caso GetProperties(ITypeDescriptorContext, Object, Attribute[]) deva ser chamado para localizar as propriedades desse objeto; caso contrário, false.

Aplica-se a