Compartilhar via


Método PropertyGroup.ICustomTypeDescriptor.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.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Private Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
    Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
private override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
JScript não oferece suporte para implementações de interfaces explícitas.

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

PropertyGroup Classe

Sobrecargas GetProperties

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