Interop.ICustomTypeDescriptor.GetProperties Método

Definición

Devuelve la colección de propiedades para el objeto contenido Activity.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Devuelve la colección de propiedades para el objeto contenido Activity.

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve la colección de propiedades de la Activity contenida usando como filtro la matriz de atributos especificada.

ICustomTypeDescriptor.GetProperties()

Devuelve la colección de propiedades para el objeto contenido Activity.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Devoluciones

PropertyDescriptorCollection que representa la colección de propiedades para Activity que se incluye.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de Interop se convierte en una interfaz ICustomTypeDescriptor.

Se aplica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve la colección de propiedades de la Activity contenida usando como filtro la matriz de atributos especificada.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parámetros

attributes
Attribute[]

Matriz de atributos usados para filtrar las propiedades.

Devoluciones

Colección de propiedades para la Activity contenida.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de Interop se convierte en una interfaz ICustomTypeDescriptor.

Se aplica a