Metodo PropertyGroup.ICustomTypeDescriptor.GetProperties (array<Attribute )

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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 non supporta le implementazioni esplicite dell'interfaccia.

Parametri

Valore restituito

Tipo: System.ComponentModel.PropertyDescriptorCollection

Implementa

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyGroup Classe

Overload GetProperties

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Internal