Compartilhar via


Método SqlClrReferenceNodeExtender.GetProperties (array<Attribute )

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxe

'Declaração
Public Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public final function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Parâmetros

Valor de retorno

Tipo: System.ComponentModel.PropertyDescriptorCollection

Implementações

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Segurança do .NET Framework

Consulte também

Referência

SqlClrReferenceNodeExtender Classe

Sobrecargas GetProperties

Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal