Compartir a través de


DatabaseFileNodeExtender.GetProperties (Método) (array<Attribute )

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package.Sql (en Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.ComponentModel.PropertyDescriptorCollection

Implementaciones

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Seguridad de .NET Framework

Vea también

Referencia

DatabaseFileNodeExtender Clase

GetProperties (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal (Espacio de nombres)