Partilhar via


Método DataViewBrowseObject.GetProperties

Recupera uma coleção de PropertyDescriptorCollection propriedades para a atual para o objeto.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Function GetProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
abstract GetProperties : unit -> PropertyDescriptorCollection  
override GetProperties : unit -> PropertyDescriptorCollection
public final function GetProperties() : PropertyDescriptorCollection

Valor de retorno

Tipo: PropertyDescriptorCollection
Retorna uma coleção de PropertyDescriptorCollection que contém propriedades para atual para o objeto.

Implementações

ICustomTypeDescriptor.GetProperties

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Sobrecargas GetProperties

Namespace Microsoft.VisualStudio.Data.Framework