Interop.ICustomTypeDescriptor.GetProperties Método

Definición

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

Sobrecargas

Nombre Description
ICustomTypeDescriptor.GetProperties()

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

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve la colección de propiedades para el contenido Activity mediante una matriz especificada de atributos como filtro.

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 el objeto contenidoActivity.

Implementaciones

Comentarios

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

Se aplica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve la colección de propiedades para el contenido Activity mediante una matriz especificada de atributos como filtro.

 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 el objeto contenido Activity.

Implementaciones

Comentarios

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

Se aplica a